:root {
  --font-body-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-heading-family: Georgia, 'Times New Roman', serif;
  --wc-page-width: 1600px;
  --wc-gutter-mobile: 24px;
  --wc-gutter: clamp(24px, 5.5vw, 88px);
  --wc-paper: #f5f2e9;
  --wc-ink: #262b24;
  --wc-accent: #59674b;
  --wc-line: #d7d3c7;
}
.woodcraft-theme {
  --wc-paper: #f5f2e9;
  --wc-ink: #262b24;
  --wc-accent: #59674b;
  --wc-line: #d7d3c7;
  --wc-muted: #66695e;
  --wc-sand: #e7e3d6;
  --color-background: 245, 242, 233;
  --color-foreground: 38, 43, 36;
  --color-button: 38, 43, 36;
  --color-button-text: 245, 242, 233;
  --gradient-background: #f5f2e9;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; }
button, input, textarea { font: inherit; border-radius: 0; }
button, summary { cursor: pointer; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1em; }
h1, h2, h3 { text-wrap: balance; }
.rte > :last-child { margin-bottom: 0; }
.wc-visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 24px; top: -100px; z-index: 100; padding: 14px 24px; background: var(--wc-ink); color: var(--wc-paper); }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--wc-line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 140px; padding-block: 8px; }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand__logo { width: 154px; height: auto; }
.site-footer .brand__logo { width: 200px; }
.desktop-nav { display: flex; gap: clamp(20px,2.6vw,42px); }
.desktop-nav a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; font-size: 12px; }
.desktop-nav a[aria-current], .desktop-nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.shop-status { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--wc-line); padding: 10px 14px; min-height: 44px; font-size: 11px; text-decoration: none; white-space: nowrap; }
.status-dot { width: 7px; height: 7px; display: inline-block; background: var(--wc-accent); border-radius: 50%; flex-shrink: 0; }
.mobile-menu { display: none; }
.portfolio-hero { --wc-section-padding-top: 30px; --wc-section-padding-bottom: 62px; }
.portfolio-hero .wc-hero__image { aspect-ratio: 1; }
.portfolio-hero .wc-hero__heading { font-size: clamp(76px,8.7vw,137px); }
.portfolio-hero .wc-hero__intro p { max-width: 355px; }
.hero-coming { display: flex; align-items: center; gap: 9px; width: fit-content; margin-top: 13px; min-height: 36px; font-size: 11px; color: var(--wc-muted); text-decoration: none; }
.hero-coming:hover { text-decoration: underline; }
.wc-hero__image-mark { background: #f5f2e9eb; }
.featured-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.featured-work__image { position: relative; display: block; aspect-ratio: 3/4; overflow: hidden; background: var(--wc-sand); }
.featured-work__image img { width: 100%; height: 100%; object-fit: cover; }
.featured-work:last-child .featured-work__image { aspect-ratio: 3/4; }
.featured-work:last-child .featured-work__image img { object-fit: contain; }
.featured-work__number { position: absolute; top: 16px; left: 16px; font-size: 10px; }
.featured-work__arrow { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 42px; height: 42px; font-size: 24px; border: 1px solid #262b2488; border-radius: 50%; background: #f5f2e9eb; }
.featured-work h3 { margin: 17px 0 8px; font-size: 25px; letter-spacing: -.025em; line-height: 1.2; }
.featured-work h3 a { text-decoration: none; }
.featured-work .rte { color: var(--wc-muted); font-size: 12px; }
.portfolio-about { padding-block: 72px; background: var(--wc-sand); }
.portfolio-about .wc-story__content h2 { font-size: clamp(36px,4.1vw,62px); }
.about-image { position: relative; aspect-ratio: 1; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-image__caption { position: absolute; inset: auto 0 0; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; background: var(--wc-ink); color: var(--wc-paper); font-size: 11px; }
.about-image__caption .wc-arrow { width: 22px; height: 22px; }
.coming-soon { padding-block: 72px; background: var(--wc-ink); color: var(--wc-paper); }
.coming-soon__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; align-items: center; }
.coming-soon .wc-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #c5bdaf; }
.coming-soon .status-dot { background: #b7c2a1; }
.woodcraft-theme .coming-soon h2 { font-size: clamp(46px,5.4vw,78px); line-height: .99; letter-spacing: -.06em; }
.coming-soon__body { max-width: 420px; }
.coming-soon__body > p { font-size: 15px; line-height: 1.8; color: #ded8cd; margin-bottom: 26px; }
.wc-button.wc-button--light { background: var(--wc-paper); border-color: var(--wc-paper); color: var(--wc-ink) !important; }
.coming-soon__note { display: block; margin-top: 20px; font-size: 11px; color: #c5bdaf; }
.site-footer { padding-top: 64px; background: var(--wc-paper); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; padding-bottom: 60px; }
.footer-statement { margin: 24px 0 0; font-family: var(--font-heading-family); font-size: 34px; line-height: 1.13; letter-spacing: -.025em; }
.footer-contact { align-self: end; min-width: 0; }
.footer-contact > p:first-child { margin-bottom: 15px; }
.email-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding-bottom: 9px; border-bottom: 1px solid; text-decoration: none; font-size: clamp(16px,1.5vw,22px); overflow-wrap: anywhere; }
.email-link > span { font-size: 24px; }
.footer-contact > p:last-child { margin-top: 14px; font-size: 12px; color: var(--wc-muted); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--wc-line); min-height: 78px; font-size: 10px; color: var(--wc-muted); }
.footer-bottom nav { display: flex; gap: 26px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.wc-gallery { --gallery-gap: 28px; --gallery-row-gap: 64px; --gallery-padding-top: 64px; --gallery-padding-bottom: 40px; --gallery-accent: var(--wc-accent); --gallery-heading-size: 64px; --gallery-heading-mobile-size: 44px; }
.wc-gallery__zoom-icon { width: 44px; height: 44px; }
.work-contact { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 28px 64px; }
.work-contact p { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.contact-page { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-block: 76px 100px; }
.contact-heading h1, .not-found h1 { margin: 32px 0; font-size: clamp(56px,6.5vw,90px); letter-spacing: -.065em; line-height: .98; }
.contact-intro { max-width: 365px; font-size: 15px; line-height: 1.8; color: var(--wc-muted); margin-bottom: 30px; }
.contact-person { margin: 34px 0 30px; font-size: 12px; color: var(--wc-muted); }
.contact-compose { border-top: 1px solid var(--wc-ink); padding-top: 24px; min-width: 0; }
.contact-compose h2 { margin: 0 0 12px; font-size: 26px; letter-spacing: -.035em; }
.contact-help { font-size: 12px; line-height: 1.75; color: var(--wc-muted); max-width: 400px; margin-bottom: 30px; }
.field { margin-bottom: 22px; min-width: 0; }
.field label { display: block; font-size: 12px; margin-bottom: 9px; }
.field label span { color: var(--wc-muted); font-size: 10px; }
.field input, .field textarea { display: block; width: 100%; border: 1px solid #aaa59a; background: transparent; color: var(--wc-ink); padding: 13px 14px; min-height: 48px; font-size: 16px; }
.field textarea { resize: vertical; line-height: 1.6; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.email-status, .contact-fallback { max-width: 420px; font-size: 12px; color: var(--wc-muted); line-height: 1.7; }
.email-status:empty { display: none; }
.email-status { margin-top: 18px; }
.contact-fallback { margin-top: 26px; }
.contact-fallback a { overflow-wrap: anywhere; }
.not-found { padding-block: 90px 120px; }
.not-found > p { max-width: 420px; }
@media (max-width:989px) {
  .desktop-nav, .site-header .shop-status { display: none; }
  .site-header__inner { min-height: 80px; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; gap: 10px; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; font-size: 11px; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] summary { color: var(--wc-accent); }
  .mobile-menu nav { position: absolute; inset: 100% 0 auto; padding: 10px var(--wc-gutter) 22px; background: var(--wc-paper); border-bottom: 1px solid var(--wc-line); }
  .mobile-menu nav a { display: block; padding-block: 15px; border-bottom: 1px solid var(--wc-line); text-decoration: none; font-size: 18px; }
}
@media (max-width:749px) {
  .brand__logo { width: 118px; }
  .brand { gap: 8px; }
  .mobile-menu summary > span { display: none; }
  .site-header__inner { gap: 12px; min-height: 112px; }
  .portfolio-hero .wc-hero__heading { font-size: clamp(80px,19vw,126px); }
  .portfolio-hero .wc-hero__image { aspect-ratio: 1; }
  .featured-grid { grid-template-columns: 1fr; gap: 32px; }
  .featured-work__image { aspect-ratio: 4/5; }
  .featured-work:last-child .featured-work__image { aspect-ratio: 4/3; }
  .featured-work h3 { font-size: 19px; }
  .portfolio-about { padding-block: 36px 46px; }
  .portfolio-about .wc-story__content h2 { font-size: 42px; }
  .coming-soon { padding-block: 48px; }
  .coming-soon__grid, .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .woodcraft-theme .coming-soon h2 { font-size: 52px; }
  .coming-soon__body > p { font-size: 14px; }
  .site-footer { padding-top: 42px; }
  .footer-grid { padding-bottom: 32px; }
  .footer-statement { font-size: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 24px 14px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 18px; }
  .work-contact { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-page { grid-template-columns: 1fr; gap: 46px; padding-block: 44px 64px; }
  .contact-heading h1 { font-size: 62px; margin-block: 26px; }
  .contact-intro { font-size: 14px; }
  .contact-heading .wc-forms { display: none; }
  .contact-person { margin-bottom: 0; }
  .field-pair { grid-template-columns: 1fr; gap: 0; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }

/* The tree seal sets the tone: warm paper, woodland green and quiet serif type. */
.woodcraft-theme ::selection { background: #dce0cf; }
.woodcraft-theme h1, .woodcraft-theme h2, .woodcraft-theme h3 { font-weight: 400; }
.woodcraft-theme :where(.woodcraft-section) h2 { letter-spacing: -.035em; line-height: 1.12; }
.woodcraft-theme .wc-hero__heading { margin-left: -.035em; font-size: clamp(76px,8.6vw,130px); font-weight: 400; line-height: .98; letter-spacing: 0; }
.wc-hero__heading span:last-child { font-style: italic; letter-spacing: .015em; }
.wc-hero__intro p, .wc-story__text { font-size: 15px; line-height: 1.8; }
.desktop-nav a { font-size: 14px; }
.wc-eyebrow { letter-spacing: .15em; }
.wc-forms { color: var(--wc-accent); }
.woodland-sprig { display: block; width: 72px; height: 42px; flex-shrink: 0; }
.wc-gallery__symbol .woodland-sprig { width: 48px; height: 28px; color: var(--wc-accent); }
.wc-gallery__note-mark { color: var(--wc-accent); }
.wc-gallery__note-mark .woodland-sprig { width: 82px; height: 48px; }
.wc-principle__shape { width: 34px; height: 34px; border: 0; background: none; border-radius: 0; color: var(--wc-accent); }
.wc-principle__shape .woodland-sprig { width: 34px; height: 34px; }
.wc-principle h3 { font-size: 21px; letter-spacing: -.02em; }
.wc-materials__rings span { display: none; }
.wc-materials__rings i { border-color: #969f89; border-radius: 48% 52% 44% 56% / 51% 43% 57% 49%; transform: rotate(-18deg); }
.wc-materials__rings i:nth-child(2) { transform: rotate(28deg); }
.wc-materials__rings i:nth-child(3) { transform: rotate(-8deg); }
.woodcraft-theme .coming-soon h2 { letter-spacing: -.045em; line-height: 1.04; }
.woodcraft-theme .wc-gallery__heading { margin-left: -.035em; font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }
.wc-gallery__heading > span:last-child { font-style: italic; }
.woodcraft-theme .wc-gallery__title { font-size: 25px; line-height: 1.25; font-weight: 400; letter-spacing: -.025em; }
.woodcraft-theme .wc-gallery__note-heading { letter-spacing: -.035em; line-height: 1.15; }
.wc-gallery__number { color: var(--wc-accent); padding-top: 6px; }
.wc-gallery__description { margin-top: 9px; }
.contact-heading h1, .not-found h1 { letter-spacing: -.05em; line-height: 1.06; }
.contact-compose h2 { font-size: 32px; letter-spacing: -.025em; }
.work-contact p { font-family: var(--font-heading-family); font-size: 28px; }
@media (max-width:749px) {
  .woodcraft-theme .wc-hero__heading { font-size: clamp(70px,20vw,108px); }
  .portfolio-about .wc-story__content h2 { font-size: 38px; }
  .woodcraft-theme .wc-gallery__title { font-size: 24px; }
  .featured-work h3 { font-size: 25px; }
  .contact-heading h1 { font-size: clamp(48px,14vw,62px); }
  .woodcraft-theme .coming-soon h2 { font-size: clamp(44px,13vw,56px); }
  .site-footer .brand__logo { width: 174px; }
}
