@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

:root{--ink:#101820;--ink2:#17222c;--gold:#c9a355;--gold2:#e1c27f;--paper:#fff;--soft:#f7f6f3;--muted:#687078;--line:#e2ded6;--shadow:0 14px 35px rgba(13,23,31,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",sans-serif;line-height:1.55}body.modal-open,body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1160px,calc(100% - 40px));margin:auto}.section{padding:72px 0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link{position:fixed;top:-80px;left:12px;z-index:100;padding:8px 12px;background:var(--gold)}.skip-link:focus{top:12px}.eyebrow{margin:0 0 9px;color:#9c772c;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Libre Baskerville",serif;font-weight:700;line-height:1.18}h2{margin-bottom:14px;font-size:clamp(1.7rem,3.1vw,2.7rem)}h3{line-height:1.25}.centered{text-align:center}.section-heading{margin-bottom:32px}
.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;padding:0 19px;font-size:.73rem;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px)}.button-small{min-height:38px}.button-gold{background:var(--gold);color:#111}.button-gold:hover{background:var(--gold2)}.button-outline-light{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(10,17,23,.25)}.button-outline-light:hover{background:#fff;color:var(--ink)}.button-dark{background:var(--ink);color:#fff}
.site-header{position:absolute;inset:0 0 auto;z-index:30;color:#fff;background:linear-gradient(rgba(8,13,17,.78),transparent)}.site-header.scrolled{position:fixed;background:rgba(12,19,25,.96);box-shadow:0 5px 18px rgba(0,0,0,.18)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:block;width:270px;height:60px;overflow:hidden}.brand img{width:270px;height:auto}.site-nav{display:flex;align-items:center;gap:25px;font-size:.72rem;font-weight:600}.site-nav>a:not(.button):hover{color:var(--gold2)}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;margin:5px;background:#fff}
.hero{position:relative;min-height:500px;height:610px;display:flex;align-items:center;overflow:hidden;background:var(--ink)}.hero-media,.hero-shade{position:absolute;inset:0}.hero-media{background:url("../images/hero/dfallround-kitchen-hero-clean.jpg") center 72%/cover no-repeat}.hero-shade{background:linear-gradient(90deg,rgba(7,12,16,.96) 0%,rgba(7,12,16,.78) 35%,rgba(7,12,16,.25) 68%,rgba(7,12,16,.07) 100%),linear-gradient(0deg,rgba(8,13,18,.26),transparent 55%)}.hero-content{position:relative;z-index:2;padding-top:65px}.hero h1{max-width:570px;margin-bottom:17px;color:#fff;font-size:clamp(2.2rem,4vw,3.55rem);letter-spacing:-.03em}.hero-copy{max-width:560px;margin-bottom:16px;color:rgba(255,255,255,.82);font-size:.93rem}.hero-trust{margin-bottom:22px;color:var(--gold2);font-size:.78rem;font-weight:700}.button-row{display:flex;flex-wrap:wrap;gap:9px}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{display:flex;align-items:center;gap:14px;padding:22px 17px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-icon{color:var(--gold);font-family:serif;font-size:2rem}.trust-grid p{margin:0}.trust-grid strong,.trust-grid small{display:block}.trust-grid strong{font-size:.75rem}.trust-grid small{margin-top:3px;color:var(--muted);font-size:.61rem}
.services{background:var(--soft)}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.service-card{position:relative;min-height:126px;display:grid;grid-template-columns:52px 1fr;align-items:center;gap:12px;padding:17px 20px 17px 14px;border:1px solid var(--line);background:#fff;box-shadow:0 3px 9px rgba(15,24,31,.04);transition:.2s}.service-card:hover{transform:translateY(-3px);border-color:var(--gold);box-shadow:var(--shadow)}.service-card svg{width:48px;height:48px;fill:none;stroke:var(--gold);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.service-card h3{margin:0 0 6px;font-size:.73rem}.service-card p{margin:0;color:var(--muted);font-size:.61rem;line-height:1.45}.card-arrow{position:absolute;right:8px;bottom:7px;color:var(--gold);font-family:serif;font-size:1.25rem}.extra-services{margin:25px auto 0;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem;text-align:center}.extra-services strong{color:var(--ink)}
.projects{background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.project-card{border:1px solid var(--line);background:#fff;box-shadow:0 5px 15px rgba(15,24,31,.07)}.project-card>div{padding:14px}.project-card h3{margin:0 0 4px;font-family:"Libre Baskerville",serif;font-size:.9rem}.project-card p{margin:0;color:var(--muted);font-size:.67rem}.image-button{position:relative;display:block;width:100%;border:0;padding:0;background:#ddd;overflow:hidden;cursor:zoom-in}.project-card .image-button{aspect-ratio:4/3}.image-button img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.image-button:hover img,.image-button:focus-visible img{transform:scale(1.06)}.gallery-count{position:absolute;right:8px;bottom:8px;padding:4px 8px;background:rgba(11,17,22,.82);color:#fff;font-size:.58rem;font-weight:700}.before-after{display:grid;grid-template-columns:.65fr 1.35fr;align-items:center;gap:42px;margin-top:54px;padding-top:42px;border-top:1px solid var(--line)}.before-after p:last-child{color:var(--muted);font-size:.82rem}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:12px}.comparison figure{position:relative;margin:0}.comparison .image-button{aspect-ratio:4/3}.comparison figcaption{position:absolute;top:9px;left:9px;padding:4px 9px;background:var(--ink);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase}.comparison figure:last-child figcaption{background:var(--gold);color:var(--ink)}
.about{background:var(--soft)}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.about-image{aspect-ratio:3/2}.about-copy p{color:var(--muted);font-size:.82rem}.about-copy .eyebrow{color:#9c772c}.about-copy h2{font-size:clamp(1.7rem,3vw,2.5rem)}
.contact{padding:42px 0;background:var(--ink);color:#fff}.contact-heading{text-align:center}.contact-heading h2{margin-bottom:7px;font-size:clamp(1.35rem,2.5vw,2rem)}.contact-heading p{margin-bottom:24px;color:rgba(255,255,255,.67);font-size:.75rem}.contact-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:1040px;margin:auto}.contact-button{display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;min-height:76px;border:1px solid rgba(255,255,255,.22);padding:11px 14px}.contact-button:hover{border-color:var(--gold)}.contact-button.primary{background:var(--gold);color:var(--ink);border-color:var(--gold)}.contact-button span{grid-row:1/3;font-size:1.25rem}.contact-button small,.contact-button strong{min-width:0;overflow-wrap:anywhere}.contact-button small{font-size:.58rem}.contact-button strong{font-size:.72rem;line-height:1.3}
.site-footer{padding:32px 0 12px;background:#0b1116;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr .7fr .45fr;gap:35px}.footer-brand{width:250px;height:70px}.footer-brand img{width:250px}.footer-grid p,.footer-grid a{display:block;margin:0 0 5px;color:rgba(255,255,255,.62);font-size:.68rem}.footer-grid h3{margin:0 0 10px;color:var(--gold2);font-size:.65rem;text-transform:uppercase}.footer-mark{display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.2);font-family:"Libre Baskerville",serif;font-size:2.5rem}.footer-bottom{justify-content:center;margin-top:22px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.38);font-size:.58rem;text-align:center}.powered-credit{display:block;width:150px;margin:12px auto 0}.powered-credit img{width:100%;height:auto;opacity:.74}.powered-credit:hover img{opacity:1}
.modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:60px 70px;background:rgba(3,8,12,.94)}.modal.open{display:grid}.modal>img{max-width:min(1100px,90vw);max-height:78vh;box-shadow:0 20px 60px rgba(0,0,0,.55)}.modal-close{position:absolute;top:18px;right:22px;width:42px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(0,0,0,.3);color:#fff;font-size:1.7rem;cursor:pointer}.gallery-nav{position:absolute;top:50%;width:46px;height:60px;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.35);color:#fff;font-size:2.2rem;cursor:pointer;transform:translateY(-50%)}.gallery-prev{left:18px}.gallery-next{right:18px}.gallery-meta{position:absolute;bottom:17px;left:50%;display:flex;gap:14px;color:#fff;font-size:.68rem;transform:translateX(-50%)}.gallery-meta span{color:var(--gold2)}.email-fallback-card{position:relative;width:min(520px,100%);padding:38px;background:#fff;color:var(--ink);box-shadow:var(--shadow);text-align:center}.email-fallback-card h2{font-size:1.65rem}.email-fallback-card p{color:var(--muted);font-size:.82rem}.dark-close{top:10px;right:10px;border-color:var(--line);color:var(--ink);background:#fff}.fallback-email{display:block;margin:19px 0;color:#997124}.fallback-actions{display:flex;justify-content:center;gap:9px}.copy-status{min-height:20px;margin:12px 0 0!important}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.menu-toggle{display:block;position:relative;z-index:2}.site-nav{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;background:rgba(11,17,22,.98);opacity:0;pointer-events:none}.site-nav.open{opacity:1;pointer-events:auto}.site-nav>a:not(.button){padding:8px;font-size:1rem}.services-grid,.projects-grid,.trust-grid,.contact-buttons{grid-template-columns:repeat(2,1fr)}.trust-grid>div:nth-child(2){border-right:0}.about-grid,.before-after{grid-template-columns:1fr}.about-collage{max-width:650px}.footer-grid{grid-template-columns:1fr 1fr}.footer-mark{display:none}}
@media(max-width:620px){.shell{width:min(100% - 26px,1160px)}.section{padding:55px 0}.header-inner{min-height:65px}.brand{width:225px;height:62px}.brand img{width:225px}.hero{height:auto;min-height:610px}.hero-media{background-position:58% 72%}.hero-shade{background:linear-gradient(90deg,rgba(7,12,16,.94),rgba(7,12,16,.62)),linear-gradient(0deg,rgba(7,12,16,.55),transparent)}.hero-content{padding-top:74px}.hero h1{font-size:2.25rem}.hero-copy{font-size:.82rem}.button-row .button{flex:1;padding:0 11px}.button-row .button:last-child{flex-basis:100%}.services-grid,.projects-grid,.trust-grid,.contact-buttons{grid-template-columns:1fr}.trust-grid>div{border-right:0}.service-card{min-height:112px}.projects-grid{gap:12px}.comparison{grid-template-columns:1fr}.about-image{aspect-ratio:4/3}.contact-button{min-height:66px}.footer-grid{grid-template-columns:1fr;gap:18px}.footer-bottom{flex-direction:column;gap:5px}.fallback-actions{flex-direction:column}.modal{padding:65px 12px}.modal>img{max-width:94vw;max-height:72vh}.gallery-nav{top:auto;bottom:50px;width:44px;height:44px;transform:none}.gallery-prev{left:calc(50% - 54px)}.gallery-next{right:calc(50% - 54px)}.gallery-meta{bottom:18px;width:100%;justify-content:center}}

/* Final visual polish. */
.shell{width:min(1240px,calc(100% - 64px))}
.button{min-height:50px;padding:13px 24px;border-radius:7px;font-size:.82rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase}
.button-small{min-height:46px;padding:11px 22px}
.button-gold{color:#fff;box-shadow:0 8px 24px rgba(201,163,85,.22)}
.button-outline-light{border-color:rgba(255,255,255,.72);background:rgba(10,17,23,.2)}
.site-header{background:rgba(11,17,22,.92);border-bottom:1px solid rgba(255,255,255,.1)}
.header-inner{min-height:92px;gap:32px}
.brand{width:325px;height:76px}
.brand img{width:325px}
.site-nav{margin-left:auto;gap:34px;font-size:.88rem}
.site-nav>a:not(.button){position:relative;padding:34px 0 30px}
.site-nav>a:not(.button)::after{position:absolute;right:0;bottom:22px;left:0;height:2px;background:var(--gold);content:"";transform:scaleX(0);transition:transform .18s}
.site-nav>a:not(.button):hover::after,.site-nav>a:not(.button):focus-visible::after{transform:scaleX(1)}
.hero-content{padding-top:92px}
.trust-grid>div{min-height:108px;padding:22px 24px;gap:15px}
.trust-icon{display:block;width:54px;height:54px;flex:0 0 auto;fill:none;stroke:var(--gold);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trust-grid strong{font-family:"Libre Baskerville",serif;font-size:1rem}
.trust-grid small{font-size:.72rem}
.services-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.service-card{min-height:158px;grid-template-columns:58px minmax(0,1fr);gap:15px;padding:22px 20px;border-radius:5px}
.service-card svg{width:58px;height:58px;stroke-width:1.7}
.service-card>div{min-width:0}.service-card h3{margin-bottom:8px;font-family:"DM Sans",sans-serif;font-size:.82rem;font-weight:700;line-height:1.3}
.service-card p{font-size:.69rem;line-height:1.5}
.extra-services{display:flex;max-width:1100px;margin:26px auto 0;padding-top:20px;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px;border-top:1px solid var(--line);text-align:center}.extra-services strong{margin-right:3px;color:var(--ink);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.service-chip{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border:1px solid rgba(201,163,85,.48);border-radius:999px;padding:7px 14px;background:rgba(255,255,255,.72);color:#5f5644;font-size:.68rem;font-weight:600;line-height:1;box-shadow:0 2px 8px rgba(15,24,31,.035);transition:background-color .18s,color .18s,border-color .18s,transform .18s,box-shadow .18s}.service-chip:hover{border-color:var(--gold);background:var(--gold);color:#fff;box-shadow:0 7px 18px rgba(201,163,85,.24);transform:translateY(-2px)}
.about-grid{grid-template-columns:1.05fr .95fr;gap:70px}
.about-copy h2{font-size:clamp(2.35rem,4vw,3.35rem);line-height:1.06}
.about-copy p{margin-bottom:18px;font-size:1rem;line-height:1.7}
.about-copy .button{margin-top:8px}
.contact{position:relative;padding:64px 0;background:linear-gradient(110deg,rgba(11,24,35,.98),rgba(11,24,35,.88)),url("../images/projects/dfallround-grey-floor-renovation.jpg") center/cover}
.contact-heading h2{font-size:clamp(2rem,3.5vw,3.1rem)}
.contact-heading p{margin-bottom:30px;font-size:.92rem}
.contact-buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1160px}
.contact-buttons .button{min-height:62px;white-space:nowrap}
.site-footer{padding:56px 0 22px}
.footer-grid{grid-template-columns:1.6fr 1fr 1fr;align-items:start;gap:70px}
.footer-brand-wrap{justify-self:start}
.footer-brand{width:320px;height:88px}
.footer-brand img{width:320px}
.footer-grid p,.footer-grid a{font-size:.82rem;line-height:1.55}
.footer-grid h3{font-size:.78rem}
.footer-bottom{display:grid;margin-top:42px;padding-top:20px;grid-template-columns:1fr auto 1fr;align-items:center;font-size:.74rem;text-align:left}
.footer-bottom>a:last-child{justify-self:end;color:rgba(255,255,255,.72)}
.powered-credit{display:block;width:290px;margin:0;justify-self:center;opacity:.78}
.powered-credit img{width:100%;height:auto}
.powered-credit:hover{opacity:1}

@media(max-width:1100px){
  .shell{width:min(100% - 40px,1240px)}
  .header-inner{min-height:82px}
  .brand{width:270px;height:68px}.brand img{width:270px}
  .site-nav{gap:22px;font-size:.8rem}
  .services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .contact-buttons{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .site-nav{gap:8px;font-size:1rem}
  .site-nav>a:not(.button){padding:10px}
  .site-nav>a:not(.button)::after{display:none}
  .trust-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-grid{gap:42px}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:30px}
}
@media(max-width:620px){
  .shell{width:min(100% - 26px,1240px)}
  .header-inner{min-height:72px}
  .brand{width:245px;height:68px}.brand img{width:245px}
  .button{min-height:48px;padding:12px 16px;font-size:.76rem}
  .trust-grid,.projects-grid,.contact-buttons{grid-template-columns:1fr}
  .services-grid{grid-template-columns:minmax(0,1fr)}
  .trust-grid>div{min-height:92px;padding:18px 22px}
  .service-card{min-height:136px;grid-template-columns:66px minmax(0,1fr)}
  .service-card svg{width:60px;height:60px}
  .service-card h3{font-size:1rem}.service-card p{font-size:.76rem}
  .about-copy h2{font-size:2.35rem}.about-copy p{font-size:.94rem}
  .contact-buttons .button{min-height:56px}
  .footer-grid{grid-template-columns:1fr;gap:25px}
  .footer-brand{width:280px;height:78px}.footer-brand img{width:280px}
  .footer-bottom{grid-template-columns:1fr;gap:16px;text-align:center}
  .footer-bottom>a:last-child,.powered-credit{justify-self:center}
  .powered-credit{width:255px}
}

/* Tightly cropped branding: keep the visible logo large and aligned like the approved reference. */
.header-inner{width:calc(100% - 64px);max-width:none;min-height:100px}
.brand{width:350px;height:92px;display:flex;align-items:center;overflow:visible}
.brand img{width:350px;height:auto;filter:drop-shadow(0 0 .7px rgba(255,255,255,.95)) drop-shadow(0 2px 5px rgba(0,0,0,.35))}
.site-nav{font-size:.95rem}
.footer-grid{width:calc(100% - 64px);max-width:none;grid-template-columns:1.4fr 1fr 1fr;align-items:start}
.footer-brand-wrap{align-self:start}
.footer-brand{width:350px;height:auto;margin:0 0 10px}
.footer-brand img{width:350px}
.footer-brand-wrap p{max-width:350px}

@media(max-width:1100px){
  .header-inner,.footer-grid{width:calc(100% - 40px)}
  .header-inner{min-height:92px}
  .brand{width:290px;height:78px}.brand img{width:290px}
  .site-nav{font-size:.82rem}
  .footer-brand{width:310px;height:auto}.footer-brand img{width:310px}
}
@media(max-width:980px){
  .header-inner{min-height:88px}
  .brand{width:290px;height:78px}.brand img{width:290px}
}
@media(max-width:620px){
  .header-inner,.footer-grid{width:calc(100% - 26px)}
  .header-inner{min-height:82px}
  .brand{width:250px;height:70px}.brand img{width:250px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{width:290px;height:auto}.footer-brand img{width:290px}
}

/* Hero composition matched to the approved voorbeeld using the client's original. */
.hero{height:570px;min-height:570px}
.hero-media{background-color:var(--ink);background-image:none;filter:none}
.hero-media::before{position:absolute;inset:-18px;background:url("../images/hero/dfallround-kitchen-hero-clean.jpg") center/100% 100% no-repeat;content:"";filter:blur(13px) brightness(1.04) saturate(.92);opacity:.58;transform:scale(1.025)}
.hero-media::after{position:absolute;inset:0;background:url("../images/hero/dfallround-kitchen-hero-clean.jpg") right center/74% 100% no-repeat;content:"";filter:brightness(1.11) saturate(1.02);-webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 22%,rgba(0,0,0,.14) 30%,rgba(0,0,0,.42) 41%,rgba(0,0,0,.78) 53%,#000 65%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,transparent 22%,rgba(0,0,0,.14) 30%,rgba(0,0,0,.42) 41%,rgba(0,0,0,.78) 53%,#000 65%,#000 100%)}
.hero-shade{background:linear-gradient(90deg,rgba(7,12,16,.76) 0%,rgba(7,12,16,.62) 27%,rgba(7,12,16,.28) 45%,rgba(7,12,16,.05) 67%,transparent 86%),linear-gradient(0deg,rgba(8,13,18,.08),transparent 55%)}
.hero-content{width:calc(100% - 128px);max-width:none;margin:0 auto;padding-top:92px;transform:translateY(-28px)}
.hero h1{max-width:535px;margin-bottom:15px;font-size:clamp(2.3rem,3vw,2.7rem);line-height:1.16}
.hero-copy{max-width:425px;margin-bottom:14px;font-size:.88rem}
.hero-trust{margin-bottom:18px}
.hero h1,.hero-copy,.hero-trust{text-shadow:0 2px 14px rgba(0,0,0,.72)}

@media(max-width:1100px){
  .hero-content{width:calc(100% - 80px)}
  .hero-media::after{background-size:82% 100%}
}
@media(max-width:620px){
  .hero{height:auto;min-height:610px}
  .hero-media{background-image:url("../images/hero/dfallround-kitchen-hero-clean.jpg");background-position:52% 70%;background-size:cover;filter:brightness(1.05) saturate(1.01)}
  .hero-media::before,.hero-media::after{display:none}
  .hero-content{width:calc(100% - 26px);padding-top:82px;transform:none}
  .hero h1{max-width:100%;font-size:2.25rem}
  .hero-copy{font-size:.82rem}
}

/* Mobile about image and consistently centered lightbox controls. */
.about-image{width:100%;min-width:0}
.gallery-nav{display:grid;place-items:center;padding:0;line-height:1}
.gallery-nav svg{display:block;width:20px;height:28px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}

@media(max-width:620px){
  .about-grid{display:flex;flex-direction:column;gap:30px}
  .about-image{width:100%;aspect-ratio:16/10}
  .about-image img{width:100%;height:100%;object-fit:cover}
  .gallery-nav{display:grid;place-items:center}
  .gallery-nav svg{width:18px;height:24px}
}
