:root{--ink:#171b19;--paper:#f5f5f1;--line:#d3d5cd;--muted:#60665e;--accent:#d7df9e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #8c9b41;outline-offset:5px}button{cursor:pointer}img{display:block;width:100%}.skip{position:fixed;top:-80px;background:white;padding:15px;z-index:50}.skip:focus{top:0}header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;background:var(--paper)}.brand{font-family:Georgia,serif;display:flex;align-items:baseline;font-size:42px;letter-spacing:-3px;line-height:1}.brand span{font-family:Arial,sans-serif;font-weight:400;font-size:20px;letter-spacing:-1px;margin-left:5px}.brand i{font-family:Arial,sans-serif;font-style:normal;font-size:11px;letter-spacing:2px;margin-left:25px;text-transform:uppercase}nav{display:flex;gap:35px;align-items:center;font-size:14px}nav a:hover,.text-link:hover,.socials a:hover{opacity:.65}.nav-contact{border:1px solid #aeb2a8;padding:10px 18px}.nav-contact span{margin-left:20px}.hero{height:min(800px,calc(100svh - 96px));min-height:610px;position:relative;background:#25352c;color:white;overflow:hidden}.hero>img{height:100%;object-fit:cover;object-position:50% 47%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,17,15,.8),rgba(6,17,15,.13) 78%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 30%)}.hero-top,.hero-bottom{position:absolute;left:4.5%;right:4.5%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.8px;line-height:1.7}.hero-top{top:30px}.hero-bottom{bottom:28px;align-items:end}.hero-copy{position:absolute;top:24%;left:8%;}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:500;margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,5.8vw,90px);letter-spacing:-4px;line-height:1.04;font-weight:400;margin-bottom:24px}em{font-family:Georgia,serif;font-weight:400}h1 em{font-size:.98em}h2{font-size:clamp(38px,4.2vw,64px);font-weight:400;letter-spacing:-2px;line-height:1.12;margin-bottom:0}h3{font-weight:400}.hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.6;color:#e0e5e1}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;min-height:53px;padding:13px 23px;border:0;font-size:14px;transition:background .2s}.light{background:var(--paper);color:var(--ink)}.light:hover{background:var(--accent)}.hero .button{margin-top:10px}.section{padding:100px 8%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:58px}.section-heading>p{color:var(--muted);margin:0;font-size:16px}.work-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:60px 40px}.project{grid-column:span 5;background:none;border:none;padding:0;text-align:left;color:inherit}.project.wide{grid-column:span 7}.project.offset{padding-top:95px}.image-wrap{position:relative;display:block;overflow:hidden;background:#ccd0c9}.image-wrap img{height:440px;object-fit:cover;transition:transform .7s}.project.wide img{height:470px}.project:hover img{transform:scale(1.035)}.image-action{position:absolute;bottom:18px;right:18px;background:var(--paper);font-size:13px;padding:9px 14px}.project-caption{display:flex;justify-content:space-between;gap:15px;margin-top:17px;align-items:baseline}.project-caption strong{font-weight:400;font-size:21px;letter-spacing:-.5px}.project-caption>span{font-size:12px;color:var(--muted)}.work-note{display:flex;justify-content:space-between;margin-top:45px;border-top:1px solid var(--line);padding-top:20px;font-size:13px;color:var(--muted)}.about{background:#e7e9e2;display:grid;grid-template-columns:1fr 1.1fr;gap:10%;align-items:center}.portrait img{height:530px;object-fit:cover;object-position:50% 50%}.portrait>span{display:block;font-size:11px;letter-spacing:1.4px;padding-top:14px}.about-copy h2{margin-bottom:32px}.about-copy>p:not(.eyebrow){color:#4e564e;max-width:530px}.text-link{display:inline-block;border-bottom:1px solid #747b70;padding-bottom:6px;font-size:14px;margin-top:15px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.service-grid article{border-top:1px solid var(--line);padding-top:25px}.number{color:var(--muted);font-size:13px}.service-grid h3{font-size:30px;letter-spacing:-1px;margin:30px 0 18px}.service-grid p{color:var(--muted)}.service-grid a{font-size:14px;border-bottom:1px solid #a5aa9d;padding-bottom:6px}.journal{padding-top:35px}.journal h2{max-width:680px}.featured-articles{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.article{display:block;position:relative;padding:25px 32px 35px 0;border-top:1px solid var(--line)}.article>span{text-transform:uppercase;font-size:11px;letter-spacing:1.4px;color:var(--muted)}.article h3{font-family:Georgia,serif;font-size:25px;line-height:1.3;margin:20px 0 0}.article>b{position:absolute;right:3px;top:22px;font-weight:400}.article:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;padding:22px 0;list-style:none;font-size:14px;border-top:1px solid var(--line)}summary::-webkit-details-marker{display:none}summary span{float:right;font-size:22px}details[open] summary span{transform:rotate(45deg)}.article-list{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}.article-list h3{font-size:21px}.contact{background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:8%}.contact h2{font-size:clamp(48px,5vw,76px);margin-bottom:30px}.contact>div>p:not(.eyebrow){color:#bfc6bd}.contact .eyebrow{color:var(--accent)}.email{display:inline-block;font-size:18px;border-bottom:1px solid #6a7466;padding-bottom:7px;margin-top:18px}.socials{display:flex;gap:22px;margin-top:45px;font-size:13px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}label{display:block;font-size:14px;margin-bottom:24px}label span{font-size:12px;color:#a9b1a6}input,select,textarea{display:block;width:100%;border:0;border-bottom:1px solid #5a6357;background:transparent;color:var(--paper);border-radius:0;padding:11px 0;min-height:46px;font-size:16px}input::placeholder,textarea::placeholder{color:#a6afa1;opacity:1}select option{background:var(--ink)}textarea{resize:vertical}.form-note{font-size:12px;color:#bfc6bd;line-height:1.7;max-width:470px}#form-status{font-size:14px;margin:14px 0 0;color:var(--accent)}footer{padding:35px 4.5%;display:flex;justify-content:space-between;align-items:center;font-size:12px}footer .brand{font-size:34px}footer .brand span{font-size:17px}dialog{border:0;background:#111511;color:white;width:min(1100px,96vw);max-width:96vw;padding:22px;max-height:95svh}dialog::backdrop{background:rgba(0,0,0,.85)}.gallery-head,.gallery-controls{display:flex;align-items:center;justify-content:space-between;gap:15px}.gallery-head{margin-bottom:16px}.gallery-head h2{font-size:22px;letter-spacing:0}.gallery-head button,.gallery-controls button{border:1px solid #64705f;background:transparent;color:white;padding:8px 15px;font-size:14px}#gallery-image{height:65svh;object-fit:contain}.gallery-controls{margin-top:15px;font-size:13px}body.modal-open{overflow:hidden}@media(min-width:1600px){.section{padding-left:max(8%,calc((100vw - 1360px)/2));padding-right:max(8%,calc((100vw - 1360px)/2))}}@media(max-width:900px){header{height:80px}.brand i{display:none}nav{gap:18px}.hero{min-height:600px;height:720px;max-height:calc(100svh - 80px)}h1{letter-spacing:-2px}.section{padding:70px 6%}.section-heading{align-items:start}.section-heading>p br{display:none}.work-grid{gap:35px 24px}.image-wrap img,.project.wide img{height:340px}.project-caption{display:block}.project-caption>span{display:block;margin-top:3px}.about{gap:6%}.portrait img{height:470px}.service-grid{gap:25px}.contact{gap:5%}.email{font-size:15px}.socials{gap:13px}.form-row{grid-template-columns:1fr;gap:0}.featured-articles{gap:20px}}@media(max-width:600px){header{padding:0 6%;height:78px}.brand{font-size:36px}.brand span{font-size:18px}nav{gap:17px}nav a{font-size:12px}nav a:nth-child(2),nav a:nth-child(3){display:none}.nav-contact{padding:8px 10px}.nav-contact span{margin-left:5px}.hero{min-height:620px;max-height:none;height:calc(90svh - 78px)}.hero>img{object-position:61% center}.hero-shade{background:linear-gradient(90deg,rgba(6,17,15,.74),rgba(6,17,15,.2)),linear-gradient(0deg,rgba(0,0,0,.6),transparent)}.hero-copy{left:6%;right:6%;top:27%}.hero-copy h1{font-size:49px;letter-spacing:-2px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-top,.hero-bottom{left:6%;right:6%;font-size:10px;letter-spacing:1px}.hero-top>span:last-child{display:none}.hero-copy .eyebrow{font-size:10px}.section{padding:60px 6%}.section-heading{display:block;margin-bottom:32px}.section-heading>p{margin-top:22px}h2{font-size:42px}.eyebrow{font-size:11px;margin-bottom:19px}.work-grid{display:block}.project{display:block;width:100%;margin-bottom:35px}.project.offset{padding-top:0}.image-wrap img,.project.wide img{height:330px}.project-caption{display:flex;flex-wrap:wrap;gap:4px 12px}.project-caption strong{font-size:20px}.project-caption>span{font-size:11px}.work-note{display:block;margin-top:15px}.work-note a{display:block;margin-top:12px}.about{grid-template-columns:1fr;gap:40px}.portrait img{height:420px}.service-grid{grid-template-columns:1fr;gap:40px}.service-grid h3{margin-top:18px}.featured-articles,.article-list{grid-template-columns:1fr;gap:0}.article h3{font-size:24px}.contact{grid-template-columns:1fr;gap:45px}.contact h2{font-size:54px}.email{font-size:17px}.socials{gap:22px;margin-top:25px}.form-row{grid-template-columns:1fr}footer{gap:22px;flex-wrap:wrap;padding:30px 6%}footer>span{order:3;width:100%}dialog{padding:16px}#gallery-image{height:60svh}.gallery-head h2{font-size:18px}.gallery-controls button{padding:8px;font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.instagram{padding-top:20px}.instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.instagram-grid img{aspect-ratio:1/1;object-fit:cover}.instagram-grid a:last-child img{object-fit:contain;background:white}.instagram-grid a>span{display:flex;justify-content:space-between;font-size:12px;margin-top:13px;color:var(--muted)}.instagram-credit{font-size:12px;color:var(--muted);margin-top:24px}@media(max-width:600px){.instagram-grid{grid-template-columns:1fr;gap:30px}}
/* Editorial edition — September 2026 */
:root{--ink:#291b1f;--paper:#f4f1ec;--line:#d1c4b7;--muted:#75676a;--accent:#d8b784}body{background:var(--paper)}::selection{background:#d8b784;color:#291b1f}header{position:absolute;inset:0 0 auto;z-index:5;background:transparent;color:#fff;height:118px;padding:0 5%;border-bottom:1px solid #ffffff30}.brand{font-style:italic;font-size:52px}.brand span{font-style:normal;font-size:16px;letter-spacing:3px;text-transform:uppercase;margin-left:10px}.brand i{font-size:10px;letter-spacing:3px;border-left:1px solid #ffffff50;padding-left:24px;margin-left:24px}nav{gap:38px;letter-spacing:.5px}.nav-contact{border-color:#ffffff70;border-radius:40px;padding:12px 22px}.hero{height:100svh;min-height:820px;max-height:1100px}.hero>img{object-position:50% 43%}.hero-shade{background:linear-gradient(90deg,rgba(24,12,16,.85),rgba(24,12,16,.22) 62%,rgba(24,12,16,.05)),linear-gradient(0deg,rgba(24,12,16,.75),transparent 45%,rgba(24,12,16,.25))}.hero-top{top:150px;left:5%;right:5%;font-size:10px;letter-spacing:3px;color:#e4d3c4}.hero-copy{left:8%;top:30%;right:6%}.hero-copy .eyebrow{color:#e0c19a;letter-spacing:3.5px}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(65px,7.8vw,124px);font-weight:400;letter-spacing:-5px;line-height:1.01;margin-bottom:28px}.hero h1 em{color:#edd8bc;font-size:1em}.hero-copy>p:not(.eyebrow){font-size:17px;letter-spacing:.3px;color:#eee2db}.hero .button{margin-top:22px;border:1px solid #e4d3bd;background:transparent;color:white;border-radius:40px;padding:17px 26px;gap:60px}.hero .button:hover{background:#eedac0;color:#291b1f}.hero-bottom{left:5%;right:5%;bottom:38px;font-size:10px;letter-spacing:2px;border-top:1px solid #ffffff30;padding-top:24px}.hero-bottom>span:last-child{color:#e4c9a6}.section{padding-top:125px;padding-bottom:125px}.eyebrow{color:#906d49;font-size:11px;letter-spacing:3px}.section-heading{margin-bottom:72px}.section-heading>p{max-width:350px;font-size:15px}h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,4.9vw,76px);letter-spacing:-2.6px;line-height:1.1}h2 em{color:#8e654c}.work-grid{gap:85px 65px}.project.offset{padding-top:140px}.image-wrap{box-shadow:0 16px 45px #39241b15}.project.wide img{height:535px}.image-wrap img{height:445px;transition:transform 1.1s cubic-bezier(.2,.6,.2,1),filter .6s}.project:hover img{transform:scale(1.055)}.image-action{border-radius:30px;background:#f4f1eced;padding:13px 20px;font-size:12px;bottom:24px;right:24px}.project-caption{margin-top:24px;border-top:1px solid var(--line);padding-top:17px}.project-caption strong{font-family:Georgia,serif;font-size:27px;font-style:italic}.project-caption>span{font-size:11px;letter-spacing:.5px}.work-note{margin-top:65px}.about{background:#3b2029;color:#f5eee5;position:relative;gap:12%;padding-top:110px;padding-bottom:110px}.about:before{content:'';position:absolute;inset:25px;border:1px solid #d8b78433;pointer-events:none}.portrait{position:relative;padding:16px;border:1px solid #c6a57c60}.portrait img{height:570px;filter:saturate(.78)}.portrait>span{color:#d9c0a9;font-size:10px;letter-spacing:2px}.about .eyebrow{color:#d8b784}.about h2 em{color:#d8b784}.about-copy>p:not(.eyebrow){color:#d5c6c5;font-size:16px;line-height:1.85}.about .text-link{border-color:#bd9569;color:#e8d0b2}.text-link{font-size:13px;letter-spacing:.3px}.service-grid{gap:0;border:1px solid var(--line)}.service-grid article{padding:38px;border:0;border-right:1px solid var(--line);transition:background .3s}.service-grid article:last-child{border-right:0}.service-grid article:hover{background:#ece4db}.service-grid .number{font-family:Georgia,serif;font-style:italic;font-size:22px;color:#a77e58}.service-grid h3{font-family:Georgia,serif;font-size:33px}.service-grid p{font-size:15px;line-height:1.85}.service-grid a{display:inline-block;margin-top:12px;font-size:13px}.journal{padding-top:20px}.article{padding-top:30px;padding-bottom:45px}.article h3{font-size:27px;line-height:1.4}.article>span{color:#906d49;font-size:10px}.article>b{border:1px solid var(--line);border-radius:50%;width:27px;height:27px;text-align:center;line-height:25px;font-size:14px}.instagram{padding-top:10px}.instagram-grid{gap:34px}.instagram-grid a{padding:12px;background:#fff;box-shadow:0 12px 35px #39241b0d}.instagram-grid a:nth-child(1){transform:rotate(-2deg)}.instagram-grid a:nth-child(2){transform:translateY(26px) rotate(1deg)}.instagram-grid a:nth-child(3){transform:rotate(2deg)}.instagram-grid a>span{padding:0 5px 5px;font-size:11px}.instagram-credit{margin-top:60px}.contact{background:#22161b;position:relative;padding-top:120px;padding-bottom:110px}.contact h2{font-size:clamp(55px,6vw,90px);letter-spacing:-3px}.contact h2 em{color:#d8b784}.contact>div>p:not(.eyebrow){color:#cbbcc1}.contact .eyebrow{color:#d8b784}.email{font-family:Georgia,serif;font-size:22px;border-color:#987a5c}.socials{color:#e6ceb2}.contact form{border-top:1px solid #745d54;padding-top:30px}.contact label{color:#e7d7cf;font-size:13px}.contact label span,.form-note{color:#bcaeae}.contact input,.contact select,.contact textarea{border-bottom-color:#705c5e;color:#fff7ed;font-size:15px;padding-top:14px;padding-bottom:14px}.contact input::placeholder,.contact textarea::placeholder{color:#ac9d9f}.contact select option{background:#22161b}.contact .button{border-radius:40px;background:#dfc5a2;padding:16px 25px;min-width:235px}.contact .button:hover{background:#f3dfc5}footer{background:#22161b;color:#d3bcb0;border-top:1px solid #ffffff1f;padding:40px 5%}footer .brand{font-size:45px}footer .brand span{font-size:12px;letter-spacing:2px}dialog{background:#22161b;padding:25px}.gallery-head h2{font-family:Georgia,serif}.gallery-head button,.gallery-controls button{border-color:#8f7358;border-radius:30px;color:#efdbc3}.reveal{animation:rise-in .8s both}@keyframes rise-in{from{opacity:.15;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1000px){.hero{min-height:780px}.hero h1{font-size:83px}.work-grid{gap:60px 35px}.project.wide img{height:430px}.image-wrap img{height:390px}.project-caption{display:block}.about{gap:7%}.portrait img{height:510px}.service-grid article{padding:26px}.service-grid h3{font-size:27px}.email{font-size:18px}}@media(max-width:600px){header{height:95px;padding:0 6%}.brand{font-size:42px}.brand span{font-size:11px;letter-spacing:1.8px}.brand i{display:none}nav{gap:15px;letter-spacing:0}.nav-contact{padding:9px 12px}nav a{font-size:11px}.hero{height:95svh;min-height:760px;max-height:950px}.hero-top{top:122px;left:6%;font-size:9px;letter-spacing:1.8px}.hero-copy{top:30%;left:6%;right:4%}.hero h1{font-size:58px;letter-spacing:-2.8px;line-height:1.08}.hero-copy .eyebrow{font-size:9px;letter-spacing:2px}.hero-copy>p:not(.eyebrow){font-size:15px}.hero .button{margin-top:15px;padding:13px 21px;gap:40px}.hero-bottom{left:6%;right:6%;bottom:25px;font-size:9px;letter-spacing:1.3px;padding-top:20px}.section{padding:75px 7%}h2{font-size:45px;letter-spacing:-1.6px}.section-heading{margin-bottom:40px}.section-heading>p{font-size:15px}.project.offset{padding-top:0}.project{margin-bottom:44px}.project.wide img,.image-wrap img{height:370px}.project-caption{margin-top:18px;padding-top:12px}.project-caption strong{font-size:27px}.project-caption>span{margin-top:4px}.image-action{bottom:16px;right:16px;padding:10px 15px}.work-note{margin-top:30px}.about{padding:65px 9%;gap:45px}.about:before{inset:15px}.portrait{padding:10px}.portrait img{height:400px}.portrait>span{font-size:9px}.service-grid{gap:0}.service-grid article{padding:28px;border-right:0;border-bottom:1px solid var(--line)}.service-grid article:last-child{border-bottom:0}.service-grid h3{font-size:32px}.journal{padding-top:10px}.article h3{font-size:25px}.instagram{padding-top:10px}.instagram-grid{gap:28px;padding:0 8px}.instagram-grid a:nth-child(2){transform:rotate(1deg)}.instagram-credit{margin-top:35px}.contact{padding:75px 7%;gap:40px}.contact h2{font-size:62px}.contact form{padding-top:24px}.email{font-size:20px}.socials{font-size:12px;gap:18px}footer .brand span{font-size:11px}}@media(prefers-reduced-motion:reduce){.reveal{animation:none}.instagram-grid a{transform:none!important}}
/* A tighter, aligned selected-work section. */
#work{padding-top:72px;padding-bottom:72px}
#work .section-heading{align-items:center;margin-bottom:38px;gap:32px}
#work .section-heading .eyebrow{margin-bottom:16px}
#work .work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 28px;align-items:start}
#work .project,#work .project.wide{grid-column:auto;margin:0;padding:0;min-width:0}
#work .image-wrap img,#work .project.wide img{height:auto;aspect-ratio:4/3;object-fit:cover}
#work .project-caption{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:5px 14px;margin-top:14px;padding-top:12px}
#work .project-caption strong{font-size:25px}
#work .project-caption>span{margin:0}
#work .work-note{margin-top:30px;padding-top:16px}
@media(max-width:600px){
 #work{padding-top:48px;padding-bottom:48px}
 #work .section-heading{margin-bottom:28px}
 #work .section-heading>p{margin-top:18px}
 #work .work-grid{display:grid;grid-template-columns:1fr;gap:28px}
 #work .project-caption{margin-top:12px;padding-top:10px}
 #work .work-note{margin-top:24px}
}
/* More compact spacing between the editorial sections. */
.section{padding-top:72px;padding-bottom:72px}
.services{padding-bottom:52px}
.journal{padding-top:16px;padding-bottom:36px}
.instagram{padding-top:24px;padding-bottom:38px}
.instagram .section-heading{margin-bottom:38px}
.instagram-credit{margin-top:44px;margin-bottom:0}
.contact{padding-top:72px;padding-bottom:64px}
@media(max-width:600px){
 .section{padding-top:48px;padding-bottom:48px}
 .services{padding-bottom:32px}
 .journal{padding-top:12px;padding-bottom:24px}
 .instagram{padding-top:16px;padding-bottom:28px}
 .instagram .section-heading{margin-bottom:28px}
 .instagram-credit{margin-top:26px;margin-bottom:0}
 .contact{padding-top:48px;padding-bottom:48px}
}
/* Phone and tablet navigation, readable controls and comfortable touch targets. */
.mobile-menu{display:none}
@media(max-width:800px){
 header>nav{display:none}
 .mobile-menu{display:block;position:relative;border:0}
 .mobile-menu summary{display:flex;align-items:center;gap:18px;min-height:44px;padding:9px 17px;border:1px solid #ffffff70;border-radius:30px;font-size:14px;color:white}
 .mobile-menu summary span{float:none;font-size:16px;transform:none}
 .mobile-menu nav{position:absolute;right:0;top:calc(100% + 12px);display:flex;flex-direction:column;align-items:stretch;gap:0;width:min(280px,82vw);padding:12px;background:#291b1f;box-shadow:0 12px 35px #0005;border:1px solid #d8b78460;border-radius:6px}
 .mobile-menu nav a,.mobile-menu nav a:nth-child(n){display:block;font-size:16px;min-height:48px;padding:12px 15px;color:#f4f1ec}
 .mobile-menu nav a:hover{background:#ffffff10;opacity:1}
 .contact{grid-template-columns:1fr;gap:38px}
 .contact form{max-width:none}
 .contact input,.contact select,.contact textarea{font-size:16px}
 .contact input,.contact select{min-height:48px}
 .socials{flex-wrap:wrap;gap:4px 22px}
 .socials a{display:inline-flex;align-items:center;min-height:44px;font-size:14px}
 .gallery-head button,.gallery-controls button{min-height:44px;min-width:44px}
 .gallery-head{align-items:start}.gallery-head h2{line-height:1.4}
 .gallery-head button{flex-shrink:0}
 .section-heading{flex-wrap:wrap}
 .about{grid-template-columns:1fr;gap:35px}
 .portrait{max-width:500px;width:100%;margin:auto}
 .about-copy{max-width:600px;margin:auto}
 .service-grid{grid-template-columns:1fr}
 .service-grid article{border-right:0;border-bottom:1px solid var(--line)}
 .service-grid article:last-child{border-bottom:0}
 .service-grid a,.text-link{padding-top:10px;padding-bottom:10px;min-height:44px}
 .featured-articles{grid-template-columns:1fr;gap:0}
}
@media(max-width:600px){
 .hero{height:auto;min-height:780px;padding:210px 6% 150px}
 .hero>img{position:absolute;inset:0;height:100%;object-position:61% center}
 .hero-copy{position:relative;inset:auto}
 .hero h1{font-size:clamp(44px,13.5vw,62px);letter-spacing:-2px}
 .hero-copy>p:not(.eyebrow){font-size:16px}
 .hero-bottom{bottom:26px}
 .contact h2{font-size:clamp(45px,14vw,62px)}
 h2{font-size:clamp(35px,10.7vw,45px)}
 .email{font-size:clamp(16px,4.6vw,20px);overflow-wrap:anywhere}
 .contact>div>p br{display:none}
 .instagram-grid{padding:0 5px}
 .instagram-grid a:nth-child(n){transform:none}
 .instagram-grid img{height:auto}
 .article-list{grid-template-columns:1fr}
 .article h3{overflow-wrap:anywhere}
 .gallery-controls{gap:8px}
 #gallery-image{height:55svh}
 footer>span{font-size:12px}
}
@media(max-height:500px) and (orientation:landscape){
 dialog{max-height:98svh;padding:12px}
 #gallery-image{height:48svh}
 .gallery-head{margin-bottom:6px}.gallery-controls{margin-top:6px}
}

.socials{flex-wrap:wrap}
.substack-section{background:#ebe4dc;border-top:1px solid #d1c4b7;border-bottom:1px solid #d1c4b7;padding-top:60px;padding-bottom:45px;margin-bottom:30px}
.substack-section .section-heading{align-items:end;margin-bottom:38px}
.substack-section h2{font-size:clamp(38px,4vw,60px)}
.substack-intro{max-width:335px}.substack-intro p{font-size:16px;color:var(--muted);margin-bottom:10px}
.substack-stories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.substack-card{background:var(--paper);min-width:0}.substack-card>a{display:flex;flex-direction:column;height:100%}
.substack-photo{overflow:hidden}.substack-photo img{aspect-ratio:3/2;object-fit:cover;transition:transform .5s}
.substack-card a:hover img{transform:scale(1.04)}
.substack-card-copy{padding:24px;display:flex;flex-direction:column;flex:1}
.substack-card time{font-size:12px;color:#80654c;letter-spacing:.6px}
.substack-card h3{font-family:Georgia,serif;font-size:25px;line-height:1.3;margin:16px 0}
.substack-card p{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:24px}
.substack-read{margin-top:auto;border-top:1px solid var(--line);padding-top:16px;font-size:14px;display:flex;justify-content:space-between}
.substack-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;font-size:14px}
.substack-bottom p{font-size:12px;color:var(--muted);margin:0}.substack-bottom>a{padding:12px 0}
@media(max-width:800px){.substack-stories{grid-template-columns:1fr}.substack-intro{max-width:none}.substack-card>a{display:grid;grid-template-columns:1fr 1.2fr}.substack-photo img{height:100%;min-height:260px}.substack-card h3{font-size:25px}}
@media(max-width:600px){.substack-section{padding-top:40px;padding-bottom:28px;margin-bottom:12px}.substack-section .section-heading{margin-bottom:28px}.substack-section h2{font-size:38px}.substack-intro{margin-top:20px}.substack-card>a{display:flex}.substack-photo img{min-height:0;height:auto}.substack-card-copy{padding:22px}.substack-bottom{display:block}.substack-bottom>a{display:inline-block;margin-top:10px}}
/* Compact three-across Substack cards on desktop; stacked on phones. */
@media(min-width:701px){
 .substack-section{padding-top:42px;padding-bottom:30px}
 .substack-section .section-heading{margin-bottom:26px;gap:28px}
 .substack-section h2{font-size:clamp(34px,3.2vw,46px)}
 .substack-stories{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
 .substack-card>a{display:flex;flex-direction:column}
 .substack-photo img{height:auto;min-height:0;aspect-ratio:16/9;object-fit:cover}
 .substack-card-copy{padding:18px}
 .substack-card h3{font-size:21px;line-height:1.3;margin:12px 0}
 .substack-card p{font-size:14px;line-height:1.5;margin-bottom:16px}
 .substack-read{padding-top:12px}
 .substack-bottom{margin-top:18px}
}
@media(max-width:700px){
 .substack-stories{grid-template-columns:1fr}
 .substack-card>a{display:flex;flex-direction:column}
 .substack-photo img{height:auto;min-height:0;aspect-ratio:3/2}
}

.substack-brand-link{display:inline-flex;align-items:center;gap:11px;max-width:100%;font-size:14px;line-height:1.5}.substack-brand-link img{width:28px;height:28px;flex:0 0 28px}.substack-brand-link span{min-width:0}

/* Social logos sit below their linked labels. */
#contact .socials{align-items:flex-start;gap:20px 24px}
#contact .socials a{display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;min-height:68px;padding:4px 0;font-size:14px}
#contact .socials a img{display:block;width:26px;height:26px;object-fit:contain;flex:none}
@media(max-width:380px){#contact .socials{gap:18px}#contact .socials a{font-size:13px}}

.substack-brand-link img{aspect-ratio:1/1;object-fit:contain;max-width:28px;max-height:28px}
#contact .socials a img{aspect-ratio:1/1;object-fit:contain;max-width:26px;max-height:26px}

/* Email and social links below the complete enquiry form. */
#contact .contact-links{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:28px 40px;border-top:1px solid #705c5e;padding-top:30px;margin-top:8px}
#contact .contact-links .email{margin-top:0}
#contact .contact-links .socials{margin-top:0}
@media(max-width:600px){#contact .contact-links{flex-direction:column;align-items:flex-start;gap:24px;padding-top:26px;margin-top:0}}
