:root{--navy:#071a2e;--navy-2:#0b2742;--ink:#111821;--warm:#f3f0ea;--white:#fff;--muted:#6d7378;--line:rgba(17,24,33,.14);--accent:#bd9b63;--max:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#faf9f6;font-family:"DM Sans",sans-serif;line-height:1.5}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;background:#fff;padding:10px 14px;z-index:999}.skip-link:focus{top:12px}
.site-header{position:absolute;top:0;left:0;width:100%;z-index:20;color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}
.site-header.scrolled{position:fixed;background:rgba(7,26,46,.94);backdrop-filter:blur(14px);animation:slideDown .35s ease}
@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}
.nav-wrap{height:100px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:210px;max-height:74px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
.main-nav{display:flex;align-items:center;gap:36px;font-size:16px;font-weight:500}
.main-nav>a:not(.nav-cta){opacity:.82;transition:.2s}.main-nav>a:not(.nav-cta):hover{opacity:1}
.nav-cta{border:1px solid rgba(255,255,255,.55);padding:12px 18px;display:flex;gap:18px;align-items:center}.nav-cta:hover{background:#fff;color:var(--navy)}
.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:25px;height:1px;background:#fff;margin:7px}
.hero{min-height:780px;height:94vh;max-height:960px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;background:var(--navy)}
.hero-image{position:absolute;inset:0;background:url('assets/images/frameless-cabinet.jpg') center/cover no-repeat;transform:scale(1.02)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,17,30,.96) 0%,rgba(4,17,30,.78) 34%,rgba(4,17,30,.22) 67%,rgba(4,17,30,.12) 100%)}
.hero-content{position:relative;padding-top:70px}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:600;margin:0 0 24px;color:#6f767c}.eyebrow.light{color:rgba(255,255,255,.66)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Manrope",sans-serif;letter-spacing:-.045em}
h1{font-size:clamp(58px,7vw,105px);line-height:.98;max-width:870px;margin:0 0 30px;font-weight:600}
h1 em{font-family:Georgia,serif;font-weight:400}
.hero-copy{font-size:19px;max-width:520px;color:rgba(255,255,255,.78);margin-bottom:38px}
.hero-actions{display:flex;align-items:center;gap:36px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:16px 20px;min-width:210px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:.25s}
.button span,.text-link span{font-size:18px}.button-light{background:#fff;color:var(--navy)}.button-light:hover{background:#e9e6df}.button-dark{background:var(--navy);color:#fff}.button-dark:hover{background:#123552}.button-outline{border-color:rgba(255,255,255,.5);color:#fff}.button-outline:hover{background:#fff;color:var(--navy)}
.text-link{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:13px;border-bottom:1px solid currentColor;padding-bottom:5px}.light-link{color:#fff}
.hero-index{position:absolute;right:4%;bottom:42px;display:flex;align-items:center;gap:12px;font-size:11px}.hero-index i{display:block;width:68px;height:1px;background:rgba(255,255,255,.4)}
.section-pad{padding:130px 0}
.intro-grid{display:grid;grid-template-columns:1fr 2fr;gap:40px}
h2{font-size:clamp(42px,5vw,70px);line-height:1.08;margin:0;font-weight:600}h2 span{color:#989998;font-weight:500}
.intro-grid>div>p{font-size:18px;color:var(--muted);max-width:720px;margin:35px 0 0;line-height:1.75}
.products{padding:128px 0;background:var(--warm)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:65px}
.product-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:430px 430px;gap:18px}
.product-card{position:relative;overflow:hidden;background:#ddd}.product-card-large{grid-row:span 2}.product-card img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.product-card:hover img{transform:scale(1.035)}
.product-overlay{position:absolute;inset:auto 0 0;color:#fff;padding:80px 28px 25px;display:grid;grid-template-columns:36px 1fr auto;align-items:end;gap:14px;background:linear-gradient(transparent,rgba(5,16,27,.82))}
.product-number{font-size:11px;opacity:.7}.product-overlay h3{font:600 23px "Manrope";margin:0 0 5px}.product-overlay p{font-size:13px;opacity:.75;margin:0}.product-overlay>a{border:1px solid rgba(255,255,255,.55);width:42px;height:42px;display:grid;place-items:center;font-size:18px}.product-overlay>a:hover{background:#fff;color:var(--navy)}
.services{background:var(--navy);color:#fff}.services-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:10%}.services-title>p:last-child{max-width:430px;color:rgba(255,255,255,.6);margin-top:32px;line-height:1.75}.services-title h2{font-size:clamp(45px,5vw,68px)}
.service-list{border-top:1px solid rgba(255,255,255,.2)}.service-row{display:grid;grid-template-columns:60px 1fr;gap:12px;padding:35px 0;border-bottom:1px solid rgba(255,255,255,.2)}.service-row>span{font-size:11px;color:var(--accent)}.service-row h3{font:500 25px "Manrope";margin:0 0 10px}.service-row p{color:rgba(255,255,255,.58);max-width:520px;margin:0}
.process{background:#fff}.process-list{list-style:none;padding:0;margin:15px 0 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.process-list li{padding:28px 32px 10px 0;border-right:1px solid var(--line);min-height:230px}.process-list li+li{padding-left:32px}.process-list li:last-child{border-right:0}.process-list span{font-size:11px;color:var(--accent)}.process-list h3{font:600 22px "Manrope";margin:50px 0 12px}.process-list p{color:var(--muted);max-width:330px}
.gallery{display:grid;grid-template-columns:34% 39% 27%;min-height:720px;background:#0b2742;color:#fff}.gallery-copy{padding:100px 12% 80px 14%;display:flex;flex-direction:column;justify-content:center}.gallery-copy h2{font-size:clamp(40px,4vw,60px)}.gallery-copy>p:not(.eyebrow){color:rgba(255,255,255,.6);line-height:1.7;margin:28px 0 34px}.gallery-copy .button{align-self:flex-start}.gallery figure{margin:0;position:relative;overflow:hidden}.gallery figure img{height:100%;object-fit:cover}.gallery-main img{object-position:52% center}.gallery-small img{object-position:center}.gallery figcaption{position:absolute;bottom:0;left:0;right:0;padding:55px 22px 20px;background:linear-gradient(transparent,rgba(0,0,0,.65));font-size:11px;letter-spacing:.06em;text-transform:uppercase}
.catalog-section{overflow:hidden}.catalog-card{background:#ece8e0;min-height:570px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.catalog-art{height:100%;position:relative;display:grid;place-items:center;overflow:hidden}.catalog-art:before{content:"";position:absolute;width:530px;height:530px;border:1px solid rgba(7,26,46,.12);border-radius:50%}.catalog-art img{width:340px;position:relative;z-index:2;filter:contrast(1.05)}.catalog-copy{padding:70px 10%}.catalog-copy h2{font-size:clamp(39px,4.4vw,62px)}.catalog-copy>p:not(.eyebrow){color:var(--muted);line-height:1.75;margin:30px 0}.quote{background:var(--navy);color:#fff;padding:130px 0}.quote-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:12%}.quote-copy>p:not(.eyebrow){color:rgba(255,255,255,.6);max-width:430px;line-height:1.7;margin-top:28px}.quote-note{display:flex;gap:14px;align-items:center;margin-top:70px}.quote-note>span{width:42px;height:42px;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;font-family:Georgia,serif}.quote-note p{font-size:12px;line-height:1.75;color:rgba(255,255,255,.55);margin:0}.quote-note strong{color:#fff;font-size:13px}.quote-note a{color:#fff}.quote-note a:hover{text-decoration:underline}.quote-form{display:grid;gap:22px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.quote-form label{display:grid;gap:8px}.quote-form label>span{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.58)}.quote-form input,.quote-form select,.quote-form textarea{width:100%;color:#fff;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.28);border-radius:0;padding:12px 0;outline:none}.quote-form textarea{resize:vertical}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#fff}.quote-form option{color:#111}.quote-form .button{justify-self:start;margin-top:8px}.form-status{margin:0;color:#d6c29f;font-size:13px;min-height:20px}
footer{background:#04111f;color:#fff;padding:75px 0 25px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:55px;border-bottom:1px solid rgba(255,255,255,.16)}.footer-brand img{width:220px;max-height:100px;object-fit:contain}.footer-contact{text-align:right}.footer-contact>p{font:500 25px "Manrope";color:rgba(255,255,255,.7);margin:0 0 18px}.footer-contact>div{display:flex;justify-content:flex-end;gap:22px;color:rgba(255,255,255,.5);font-size:12px}.footer-contact a{color:#fff}.footer-contact a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;color:rgba(255,255,255,.45);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.footer-bottom div{display:flex;gap:28px}.footer-bottom a:hover{color:#fff}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:900px){.container{width:min(100% - 32px,var(--max))}.main-nav{position:fixed;inset:0;background:var(--navy);display:flex;flex-direction:column;justify-content:center;font-size:24px;transform:translateX(100%);transition:.35s}.main-nav.open{transform:none}.nav-cta{margin-top:12px}.menu-toggle{display:block;position:relative;z-index:2}.hero{height:820px;min-height:0}.hero-image{background-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(4,17,30,.9),rgba(4,17,30,.4))}.intro-grid,.services-grid,.quote-grid{grid-template-columns:1fr}.intro-grid{gap:25px}.section-pad,.products,.quote{padding:90px 0}.product-grid{grid-template-columns:1fr;grid-template-rows:520px 380px 380px}.product-card-large{grid-row:auto}.services-grid{gap:60px}.gallery{grid-template-columns:1fr 1fr}.gallery-copy{grid-column:span 2;padding:90px 8%}.gallery figure{height:520px}.catalog-card{grid-template-columns:1fr}.catalog-art{height:480px}.quote-grid{gap:70px}.footer-top{align-items:flex-end}}
@media (max-width:620px){.nav-wrap{height:82px}.brand img{width:165px;max-height:64px}.hero{height:740px}.hero-content{padding-top:55px}.hero-copy{font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:24px}.hero-index{display:none}.section-heading{display:block}.section-heading>.text-link{margin-top:28px}.product-grid{grid-template-rows:460px 330px 330px}.product-overlay{grid-template-columns:28px 1fr auto;padding-inline:18px}.process-list{grid-template-columns:1fr}.process-list li,.process-list li+li{border-right:0;border-bottom:1px solid var(--line);padding:25px 0;min-height:auto}.process-list h3{margin-top:24px}.gallery{display:block}.gallery-copy{padding:80px 24px}.gallery figure{height:440px}.gallery-small{display:none}.catalog-art{height:390px}.catalog-art img{width:260px}.catalog-copy{padding:55px 26px 65px}.field-row{grid-template-columns:1fr}.footer-top{display:block}.footer-brand img{width:190px;margin-bottom:30px}.footer-contact{text-align:left}.footer-contact>p{font-size:20px}.footer-contact>div{display:grid;justify-content:start;gap:8px}.footer-bottom{gap:20px;flex-wrap:wrap}.footer-bottom div{order:3;width:100%;padding-top:12px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation:none!important}}

/* Homepage catalog handoff */
.home-catalog{background:var(--warm)}
.material-index{border-top:1px solid var(--line)}
.material-row{display:grid;grid-template-columns:70px 1.15fr 1fr 42px;align-items:center;gap:24px;padding:30px 0;border-bottom:1px solid var(--line);transition:padding .25s,color .25s}
.material-row:hover{padding-left:12px;color:#37506a}
.material-row>span{font-size:11px;color:var(--accent)}
.material-row h3{font:600 23px "Manrope";margin:0}
.material-row p{margin:0;color:var(--muted)}
.material-row b{width:40px;height:40px;border:1px solid var(--line);display:grid;place-items:center;font-weight:400}
.project-statement{background:var(--navy-2);color:#fff;min-height:570px;display:flex;align-items:center;position:relative;overflow:hidden}
.project-statement:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-120px;top:-240px;box-shadow:0 0 0 85px rgba(255,255,255,.025),0 0 0 170px rgba(255,255,255,.02)}
.project-statement-inner{position:relative;z-index:1}
.project-statement h2{max-width:760px}.project-statement h2 span{color:rgba(255,255,255,.48)}
.project-statement-inner>p:not(.eyebrow){max-width:590px;color:rgba(255,255,255,.62);font-size:17px;line-height:1.75;margin:30px 0 38px}
.catalog-monogram{font:400 260px/1 Georgia,serif;color:rgba(7,26,46,.09);position:relative;z-index:2}

/* Dedicated catalog page */
.catalog-header{background:var(--navy);position:absolute}
.catalog-header .main-nav .active{opacity:1;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:4px}
.catalog-hero{background:var(--navy);color:#fff;padding:205px 0 105px}
.catalog-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:10%;align-items:end}
.catalog-hero h1{margin:0}.catalog-hero-copy{padding-bottom:10px}
.catalog-hero-copy>p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.62);margin-bottom:32px}
.catalog-products{background:#f9f8f5}
.catalog-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:end;margin-bottom:65px}
.catalog-section-heading>p{color:var(--muted);line-height:1.75;max-width:500px;margin:0 0 7px}
.catalog-grid{display:grid;gap:18px}
.cabinet-grid{grid-template-columns:repeat(4,1fr)}
.catalog-item{background:#fff;overflow:hidden}
.catalog-item img{height:260px;object-fit:cover;transition:transform .5s ease}
.cabinet-grid .catalog-item img{object-fit:contain;background:#f4f2ed;padding:14px}
.catalog-item:hover img{transform:scale(1.025)}
.catalog-item h3{font:600 16px "Manrope";margin:18px 18px 5px}
.catalog-item p{font-size:12px;color:var(--muted);margin:0 18px 20px}
.quartz-catalog{background:var(--navy);color:#fff}
.quartz-catalog .catalog-section-heading>p{color:rgba(255,255,255,.56)}
.quartz-catalog h2 span{color:rgba(255,255,255,.46)}
.quartz-grid{grid-template-columns:repeat(2,1fr)}
.quartz-grid .catalog-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
.quartz-grid .catalog-item img{height:270px}
.quartz-grid .catalog-item h3{margin-bottom:20px}
.catalog-disclaimer{font-size:11px;color:rgba(255,255,255,.46);margin:30px 0 0}
.catalog-contact{background:var(--warm)}
.catalog-contact-inner{text-align:center}
.catalog-contact-inner h2{margin-bottom:44px}
.catalog-contact-inner>div{display:flex;justify-content:center;align-items:center;gap:32px}

@media (max-width:900px){
  .material-row{grid-template-columns:46px 1fr 40px}.material-row p{display:none}
  .catalog-hero-grid,.catalog-section-heading{grid-template-columns:1fr;gap:45px}
  .cabinet-grid{grid-template-columns:repeat(2,1fr)}
  .catalog-item img{height:300px}
}
@media (max-width:620px){
  .material-row{gap:10px}.material-row h3{font-size:17px}
  .project-statement{min-height:520px}.project-statement:after{right:-330px}
  .catalog-hero{padding:155px 0 80px}.catalog-hero h1{font-size:64px}
  .cabinet-grid,.quartz-grid{grid-template-columns:1fr}
  .catalog-item img,.quartz-grid .catalog-item img{height:330px}
  .catalog-section-heading{margin-bottom:42px}
  .catalog-contact-inner>div{flex-direction:column}
}

/* Homepage editorial imagery */
.intro-visual{height:520px;margin:76px 0 0;position:relative;overflow:hidden;background:#ddd}
.intro-visual img{height:100%;object-fit:cover;object-position:center 58%;transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.intro-visual:hover img{transform:scale(1.018)}
.intro-visual figcaption{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);padding:65px 30px 24px;color:#fff;background:linear-gradient(transparent,rgba(4,17,30,.84));font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.service-photo{height:235px;margin:48px 0 0;position:relative;overflow:hidden}
.service-photo img{height:100%;object-fit:cover;object-position:center 48%}
.service-photo figcaption{position:absolute;left:0;bottom:0;background:#fff;color:var(--navy);font-size:10px;text-transform:uppercase;letter-spacing:.12em;padding:11px 15px}
.project-statement{background:linear-gradient(90deg,rgba(7,26,46,.97) 0%,rgba(7,26,46,.86) 48%,rgba(7,26,46,.36) 100%),url('assets/images/web/kitchen-wood.jpg') center 52%/cover no-repeat;min-height:650px}

@media (max-width:900px){
  .intro-visual{height:430px;margin-top:55px}
}
@media (max-width:620px){
  .intro-visual{height:360px;margin-top:42px}
  .intro-visual figcaption{grid-template-columns:1fr;gap:7px;padding:58px 18px 16px}
  .service-photo{height:300px}
  .project-statement{background-position:62% center}
}

/* Completed projects page */
.projects-page .main-nav .active{opacity:1;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:4px}
.projects-hero{height:86vh;min-height:690px;max-height:900px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;background:var(--navy)}
.projects-hero-image{position:absolute;inset:0;background:url('assets/projects/white-shaker-04.jpg') center 52%/cover no-repeat;transform:scale(1.015)}
.projects-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,17,30,.94) 0%,rgba(4,17,30,.7) 42%,rgba(4,17,30,.12) 78%)}
.projects-hero-content{position:relative;padding-top:70px}
.projects-hero h1{margin-bottom:28px}
.projects-hero-content>p:not(.eyebrow){font-size:18px;color:rgba(255,255,255,.72);max-width:535px;line-height:1.7;margin-bottom:34px}
.projects-intro{background:#fff}
.projects-intro-grid{display:grid;grid-template-columns:1fr 2fr;gap:40px}
.projects-intro-grid>div>p{font-size:17px;color:var(--muted);max-width:680px;line-height:1.75;margin:32px 0 0}
.project-set{padding:120px 0;background:#fff}
.project-set-warm{background:var(--warm)}
.project-set-dark{background:var(--navy);color:#fff}
.project-meta{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:end;margin-bottom:54px}
.project-meta span,.project-feature-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--accent)}
.project-meta h2{font-size:clamp(38px,4vw,58px);margin-top:10px}
.project-meta>p{color:var(--muted);line-height:1.75;max-width:470px;margin:0 0 6px}
.project-set-dark .project-meta>p{color:rgba(255,255,255,.58)}
.project-gallery{display:grid;gap:18px}
.project-gallery-three{grid-template-columns:1.25fr .75fr;grid-template-rows:355px 355px}
.project-gallery-three .project-image-wide{grid-row:span 2}
.project-gallery-two{grid-template-columns:repeat(2,1fr);grid-auto-rows:530px}
.portrait-pair{grid-auto-rows:650px}
.project-image{position:relative;border:0;padding:0;background:#d9d9d9;overflow:hidden;cursor:zoom-in;text-align:left;color:#fff}
.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.project-image:hover img{transform:scale(1.025)}
.project-image:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 65%,rgba(4,17,30,.5));opacity:0;transition:opacity .3s}
.project-image:hover:after{opacity:1}
.project-image>span{position:absolute;right:18px;bottom:16px;z-index:2;font-size:10px;text-transform:uppercase;letter-spacing:.12em;opacity:0;transform:translateY(6px);transition:.3s}
.project-image:hover>span{opacity:1;transform:none}
.project-feature{display:grid;grid-template-columns:1.45fr .55fr;min-height:700px;background:var(--navy-2);color:#fff}
.project-feature-image{min-height:700px}
.oxford-feature .project-feature-image img{object-fit:contain;background:#ece9e2}
.project-feature-copy{padding:90px 12%;display:flex;flex-direction:column;justify-content:center}
.project-feature-copy h2{font-size:clamp(48px,5vw,72px);margin:17px 0 28px}
.project-feature-copy p{color:rgba(255,255,255,.6);line-height:1.75}
.projects-cta{background:var(--warm);text-align:center}
.projects-cta-inner h2{margin-bottom:42px}.projects-cta-inner .button{margin:auto}
.project-lightbox{width:min(1100px,92vw);height:min(86vh,850px);padding:0;border:0;background:#061525;color:#fff;box-shadow:0 25px 80px rgba(0,0,0,.45);overflow:hidden}
.project-lightbox::backdrop{background:rgba(2,8,14,.86);backdrop-filter:blur(5px)}
.project-lightbox img{width:100%;height:calc(100% - 48px);object-fit:contain;background:#04101c}
.lightbox-caption{height:48px;margin:0;padding:15px 58px 0 18px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.68)}
.lightbox-close{position:absolute;right:12px;top:10px;z-index:3;width:36px;height:36px;border:1px solid rgba(255,255,255,.45);background:rgba(4,17,30,.65);color:#fff;font-size:23px;line-height:1;cursor:pointer}

@media (max-width:900px){
  .projects-intro-grid,.project-meta{grid-template-columns:1fr;gap:28px}
  .project-gallery-three{grid-template-rows:300px 300px}
  .project-gallery-two{grid-auto-rows:430px}
  .project-feature{grid-template-columns:1fr;min-height:0}.project-feature-image{min-height:560px}.project-feature-copy{padding:70px 7%}
}
@media (max-width:620px){
  .projects-hero{height:720px;min-height:0}.projects-hero-image{background-position:57% center}
  .project-set{padding:82px 0}.project-meta{margin-bottom:34px}
  .project-gallery-three,.project-gallery-two{grid-template-columns:1fr;grid-template-rows:none;grid-auto-rows:310px}
  .project-gallery-three .project-image-wide{grid-row:auto}
  .project-gallery-three .project-image-tall,.portrait-pair .project-image{height:430px}
  .project-feature-image{min-height:430px}.project-feature-copy{padding:60px 24px 70px}
  .project-image>span{opacity:1;transform:none}
  .project-lightbox{width:96vw;height:82vh}
}
