/* Interior pages extend the home's architecture, palette and typography. */
.interior { background: #22291f; color: var(--paper); }
.interior h2 { font-size: clamp(40px, 4.5vw, 70px); }
.interior p { text-wrap: pretty; }
.story-hero { position: relative; isolation: isolate; min-height: 760px; height: 100svh; max-height: 1100px; display: flex; align-items: flex-end; padding: 170px var(--gutter) 16svh; overflow: hidden; }
.hero-image, .hero-image::after, .hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -1; }
.hero-image img { object-fit: cover; object-position: center; }
.hero-image::after { content: ''; background: linear-gradient(180deg, #10180f70, transparent 25%), linear-gradient(90deg, #131b12bd, #131b1224 68%), linear-gradient(0deg, #131b127a, transparent 65%, #131b123b); }
.hero-content { position: relative; max-width: 860px; }
.interior h1 { font-size: clamp(64px, min(7.1vw, 11svh), 112px); line-height: 1.01; letter-spacing: -.05em; margin-bottom: 34px; }
.hero-title span { display: block; }
.hero-lede { font-size: 17px; line-height: 1.75; max-width: 420px; margin: 0; }
.hero-next { position: absolute; right: var(--gutter); bottom: 44px; display: flex; align-items: center; gap: 28px; font-size: 13px; text-decoration: none; }
.hero-next span { font-size: 30px; }
.hero-location { position: absolute; left: var(--gutter); bottom: 50px; margin: 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.section-intro { padding: 120px var(--gutter) 96px; max-width: 1680px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 10%; }
.section-intro > .eyebrow { grid-column: 1 / -1; margin: 0; color: #c2c7b6; }
.section-intro h2 { grid-column: 1 / -1; max-width: 960px; margin: 0; }
.intro-aside { grid-column: 2; max-width: 460px; font-size: 16px; line-height: 1.9; color: #d1d2c7; margin: 12px 0 0; }
.service-story, .place-story { max-width: 1680px; margin: 0 auto; padding: 0 var(--gutter) 130px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 8%; align-items: center; }
.editorial-photo { margin: 0; position: relative; min-width: 0; height: clamp(420px, 48vw, 700px); overflow: hidden; background: #343a2e; }
.editorial-photo img { width: 100%; height: 108%; position: absolute; top: -4%; object-fit: cover; object-position: 45% center; }
.kitchen-detail img { object-position: 98% center; }
.story-copy { padding: 20px 0; }
.story-copy .eyebrow, .detail-heading .eyebrow { color: #c2c7b6; }
.story-copy h2 { margin-bottom: 30px; }
.story-copy > p:not(.eyebrow) { max-width: 460px; font-size: 16px; line-height: 1.85; color: #d1d2c7; margin: 0 0 22px; }
.text-link { display: inline-flex; gap: 28px; align-items: center; font-size: 14px; line-height: 1.6; padding: 10px 0; text-decoration: none; border-bottom: 1px solid #f6f1e76b; margin-top: 18px; transition: border-color .2s, gap .2s; }
.text-link:hover { border-color: var(--paper); gap: 36px; }
.text-link span { font-size: 21px; }
.quiet-list { padding: 0; list-style: none; font-size: 12px; line-height: 1.7; margin: 32px 0 12px; max-width: 400px; }
.quiet-list li { border-bottom: 1px solid #f6f1e72b; padding: 13px 0; }
.reverse { grid-template-columns: .88fr 1.12fr; }
.reverse .editorial-photo { grid-column: 2; grid-row: 1; }
.reverse .story-copy { grid-column: 1; grid-row: 1; }
.detail-services { max-width: 1680px; margin: 0 auto; padding: 0 var(--gutter) 125px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; }
.detail-heading { padding-top: 35px; }
.craft-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; }
.craft-list article { border-top: 1px solid #f6f1e73a; padding: 36px 0; }
.craft-list h3 { font-size: clamp(27px, 2.3vw, 36px); letter-spacing: -.025em; line-height: 1.15; margin-bottom: 20px; }
.craft-list p { font-size: 14px; line-height: 1.85; color: #c9cdbf; margin: 0; }
.closing-scene { min-height: 600px; height: 75svh; max-height: 850px; position: relative; isolation: isolate; display: flex; align-items: center; justify-content: flex-end; padding: 90px var(--gutter); }
.closing-scene::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(270deg, #131b12d6, #131b1280 40%, #131b1211 80%); }
.closing-scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 45% center; z-index: -2; }
.closing-scene > div { width: 44%; }
.closing-scene h2 { font-size: clamp(42px, 4.8vw, 76px); }
.company-hero .hero-image img { object-position: 58% center; }
.company-intro { max-width: 1680px; margin: auto; padding: 135px var(--gutter); display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.company-person { padding-top: 12px; }
.company-person h2 { font-size: clamp(30px, 3.3vw, 48px); }
.company-person > p:not(.eyebrow) { font-size: 13px; line-height: 1.7; color: #c2c7b6; }
.fine-line { display: block; height: 1px; background: #f6f1e73a; width: 85px; margin: 35px 0 25px; transform-origin: left; }
.company-legal { max-width: 290px; font-size: 11px !important; }
.company-statement > p { max-width: 590px; font-size: 16px; line-height: 1.85; color: #d1d2c7; margin-bottom: 25px; }
.company-statement h2 { margin-bottom: 36px; }
.place-story { grid-template-columns: 1.12fr .88fr; padding-bottom: 0; }
.place-story .editorial-photo { height: 630px; }
.company-outro { padding: 140px var(--gutter); text-align: center; }
.company-outro h2 { font-size: clamp(52px, 6.4vw, 96px); margin: 30px auto 12px; }
.company-outro .text-link { margin-top: 20px; }
.contact-hero { min-height: 820px; padding-bottom: 12svh; }
.contact-hero .hero-image img { object-position: 58% center; }
.contact-hero .hero-image::after { background: linear-gradient(180deg, #10180f70, transparent 25%), linear-gradient(90deg, #121b13ed, #121b139c 45%, #121b1222 85%), linear-gradient(0deg, #121b1355, transparent); }
.contact-hero h1 { font-size: clamp(58px, min(6.5vw, 9.8svh), 102px); }
.contact-details { margin-top: 35px; gap: 9px; }
.contact-details a { text-decoration: none; border-bottom: 1px solid #f6f1e77a; line-height: 1.4; padding: 4px 0; }
.contact-phone { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(35px, 3.7vw, 55px); letter-spacing: -.02em; }
.contact-email { font-size: 19px; }
.contact-signature { position: absolute; right: var(--gutter); bottom: 42px; display: flex; flex-direction: column; gap: 10px; font-size: 11px; text-align: right; }
.contact-note { padding: 120px var(--gutter); display: grid; max-width: 1680px; margin: auto; grid-template-columns: 1fr 1fr; column-gap: 10%; }
.contact-note > .eyebrow { grid-column: 1 / -1; }
.contact-note h2 { max-width: 500px; }
.contact-note > div p { font-size: 16px; line-height: 1.85; color: #cbd0c0; max-width: 520px; margin: 0 0 22px; }
.site-footer { padding: 65px var(--gutter) 28px; background: #1a2118; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 25px; font-size: 12px; line-height: 1.9; }
.footer-top p { margin: 0; }
.footer-top nav { display: flex; flex-direction: column; align-items: flex-start; margin: 0 auto; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-end; }
.footer-top a { padding: 4px 0; text-decoration: none; }
.footer-top a:hover { text-decoration: underline; }
.footer-signature { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(80px, 21.2vw, 360px); line-height: .86; letter-spacing: .016em; text-align: center; text-decoration: none; margin: 85px 0 45px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 24px; border-top: 1px solid #f6f1e72b; color: #b7beab; font-size: 10px; line-height: 1.7; }
.footer-bottom a { flex-shrink: 0; padding: 8px 0; text-decoration: none; }
.motion-ready .hero-title span { animation: opening-line .8s both; }
.motion-ready .hero-title span:nth-child(2) { animation-delay: .12s; }
.motion-ready .hero-lede { animation: opening-line .8s .2s both; }
@keyframes opening-line { from { opacity: .3; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1000px) and (min-width: 801px) {
  .service-story, .place-story { gap: 5%; }
  .story-copy > p:not(.eyebrow) { font-size: 14px; }
  .detail-services { grid-template-columns: .7fr 1.3fr; gap: 5%; }
  .craft-list { gap: 0 28px; }
}
@media (max-width: 800px) {
  .story-hero { min-height: 700px; height: 100svh; max-height: 1000px; padding: 150px var(--gutter) 170px; }
  .hero-image img { object-position: 61% center; }
  .hero-image::after { background: linear-gradient(180deg, #10180f70, transparent 25%), linear-gradient(0deg, #111b11cf, #111b116e 58%, #111b112b); }
  .interior h1 { font-size: clamp(44px, 12.8vw, 76px); margin-bottom: 28px; }
  .hero-lede { font-size: 15px; max-width: 350px; }
  .hero-next { bottom: 38px; font-size: 12px; gap: 25px; }
  .hero-location { bottom: 104px; font-size: 8px; letter-spacing: .1em; }
  .section-intro { padding: 75px var(--gutter) 55px; display: block; }
  .section-intro > .eyebrow { margin-bottom: 24px; }
  .interior h2 { font-size: clamp(36px, 9.7vw, 56px); }
  .intro-aside { font-size: 15px; margin-top: 28px; }
  .service-story, .service-story.reverse, .place-story { display: flex; flex-direction: column; gap: 0; padding: 0 var(--gutter) 65px; }
  .editorial-photo, .place-story .editorial-photo { width: 100%; height: clamp(350px, 115vw, 650px); }
  .story-copy { width: 100%; padding: 38px 0 0; }
  .story-copy h2 { margin-bottom: 25px; }
  .story-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.8; }
  .quiet-list { margin-top: 23px; }
  .text-link { font-size: 13px; gap: 24px; }
  .detail-services { display: block; padding: 0 var(--gutter) 65px; }
  .detail-heading { padding: 10px 0 18px; }
  .craft-list { display: block; }
  .craft-list article { padding: 29px 0; }
  .craft-list h3 { font-size: 29px; margin-bottom: 15px; }
  .closing-scene { min-height: 560px; height: 80svh; padding: 75px var(--gutter); align-items: flex-end; }
  .closing-scene > div { width: 100%; }
  .closing-scene::after { background: linear-gradient(0deg, #131b12eb, #131b1280 50%, #131b121a); }
  .closing-scene > img { object-position: 52% center; }
  .company-hero .hero-image img { object-position: 45% center; }
  .company-intro { padding: 75px var(--gutter); display: flex; flex-direction: column; gap: 50px; }
  .company-person h2 { font-size: 35px; margin-bottom: 18px; }
  .company-person { padding: 0; }
  .fine-line { margin: 25px 0 20px; }
  .company-statement > p { font-size: 15px; }
  .company-outro { padding: 20px var(--gutter) 85px; text-align: left; }
  .company-outro h2 { font-size: clamp(42px, 11vw, 64px); }
  .contact-hero { min-height: 760px; padding-bottom: 150px; }
  .contact-hero h1 { font-size: clamp(40px, 11.8vw, 65px); }
  .contact-hero .hero-image img { object-position: 58% center; }
  .contact-hero .hero-image::after { background: linear-gradient(180deg, #10180f70, transparent 25%), linear-gradient(90deg, #121b13ba, #121b1380), linear-gradient(0deg, #121b1399, transparent 90%); }
  .contact-details { margin-top: 30px; gap: 13px; }
  .contact-phone { font-size: 37px; }
  .contact-email { font-size: clamp(14px, 4.3vw, 20px); }
  .contact-signature { bottom: 40px; font-size: 10px; }
  .contact-note { display: block; padding: 75px var(--gutter); }
  .contact-note h2 { margin-bottom: 32px; }
  .contact-note > div p { font-size: 15px; }
  .site-footer { padding-top: 45px; }
  .footer-top { grid-template-columns: 1fr 1fr; font-size: 11px; gap: 24px; }
  .footer-top nav { align-items: flex-end; margin: 0; }
  .footer-top > div { align-items: flex-start; grid-column: 1 / -1; }
  .footer-signature { margin: 48px 0 26px; font-size: 20.3vw; }
  .footer-bottom { align-items: flex-start; font-size: 9px; gap: 18px; }
  .footer-bottom > span { max-width: 210px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .hero-title span, .motion-ready .hero-lede { animation: none; }
  [data-reveal], [data-photo] img, .fine-line { transform: none !important; opacity: 1 !important; }
}
