:root {
  --ink: #171915;
  --forest: #263c31;
  --forest-dark: #17261f;
  --cream: #f2eee4;
  --paper: #fbfaf6;
  --sand: #d8c8a8;
  --gold: #b39863;
  --line: rgba(23, 25, 21, 0.16);
  --muted: #686b62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.site-header {
  height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 clamp(22px, 4.4vw, 76px); border-bottom: 1px solid var(--line); background: rgba(251,250,246,.94);
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; width: max-content; letter-spacing: .18em; }
.wordmark img { display: block; width: 132px; height: auto; }
.wordmark i { font-family: Georgia, serif; font-size: .72rem; font-weight: 400; letter-spacing: .12em; }
.site-header nav { display: flex; gap: 34px; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.site-header nav a, .header-cta { transition: opacity .2s ease; }
.site-header nav a:hover, .header-cta:hover { opacity: .58; }
.header-cta { justify-self: end; font-size: .78rem; font-weight: 700; }
.header-cta span { margin-left: 8px; }

.hero { height: min(900px, calc(100svh - 82px)); min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; position: relative; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 82px clamp(24px, 6vw, 112px); }
.eyebrow { margin: 0 0 24px; color: #6f775f; font-size: .68rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { max-width: 830px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 6.2vw, 7.2rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.hero-intro { max-width: 630px; margin: 34px 0 0; color: var(--muted); font-size: clamp(.98rem, 1.25vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .22s ease; }
.button-dark { color: #fff; background: var(--forest-dark); }
.button-dark:hover { background: var(--forest); transform: translateY(-2px); }
.text-link { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 700; }
.text-link span { margin-left: 12px; }
.hero-art { height: 100%; min-height: 0; position: relative; align-self: stretch; overflow: hidden; background: var(--forest); }
.hero-photo { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; display: block; object-fit: cover; object-position: center; }
.gift-notebook { width: 31%; height: 36%; position: absolute; top: 13%; left: 11%; padding: 22px; color: rgba(255,255,255,.74); background: #9d7659; border-radius: 2px 9px 9px 2px; transform: rotate(-8deg); box-shadow: 0 28px 45px rgba(0,0,0,.22); }
.gift-notebook span { font-size: .56rem; line-height: 1.55; letter-spacing: .19em; }
.gift-notebook i { width: 5px; height: 100%; position: absolute; top: 0; left: 7%; background: rgba(67,48,38,.28); }
.gift-pen { width: 4%; height: 40%; position: absolute; top: 8%; left: 49%; z-index: 4; border-radius: 12px; background: linear-gradient(90deg, #997b4a 0 20%, #c3aa72 20% 70%, #82683d 70%); transform: rotate(17deg); box-shadow: 0 14px 25px rgba(0,0,0,.28); }
.gift-pen::after { content: ""; position: absolute; bottom: -18px; left: 0; border-left: 11px solid transparent; border-right: 11px solid transparent; border-top: 22px solid #d7c5a4; }
.gift-pen i { width: 55%; height: 18%; position: absolute; top: 7%; right: -35%; border: 2px solid #6d5736; border-left: 0; border-radius: 0 8px 8px 0; }
.gift-cup { width: 23%; aspect-ratio: 1; position: absolute; top: 9%; right: 9%; z-index: 3; display: grid; place-items: center; border-radius: 50%; color: #1d3027; background: #d9cfb9; box-shadow: 0 25px 42px rgba(0,0,0,.24), inset 0 0 0 12px #c4b89f; }
.gift-cup::before { content: ""; width: 70%; aspect-ratio: 1; position: absolute; border-radius: 50%; background: #6b4938; box-shadow: inset 8px 8px 12px rgba(0,0,0,.25); }
.gift-cup::after { content: ""; width: 37%; height: 42%; position: absolute; right: -22%; top: 30%; z-index: -1; border: 12px solid #d9cfb9; border-left: 0; border-radius: 0 50% 50% 0; }
.gift-cup span { position: relative; z-index: 2; color: rgba(255,255,255,.78); font-family: Georgia, serif; font-size: 1.7rem; font-style: italic; }
.gift-cup i { width: 8px; height: 8px; position: absolute; top: 26%; right: 34%; z-index: 3; border-radius: 50%; background: #d0b385; }
.gift-bear { width: 26%; height: 31%; position: absolute; left: 9%; bottom: 10%; z-index: 4; filter: drop-shadow(0 22px 22px rgba(0,0,0,.24)); }
.bear-ear { width: 35%; aspect-ratio: 1; position: absolute; top: 0; border-radius: 50%; background: #b99879; box-shadow: inset 0 0 0 7px #8b6a53; }
.bear-ear-left { left: 7%; }.bear-ear-right { right: 7%; }
.bear-head { width: 78%; aspect-ratio: 1.05; position: absolute; top: 8%; left: 11%; z-index: 2; border-radius: 48% 48% 45% 45%; background: #c4a181; }
.bear-head::before, .bear-head::after { content: ""; width: 7px; height: 9px; position: absolute; top: 38%; border-radius: 50%; background: #352b25; }
.bear-head::before { left: 30%; }.bear-head::after { right: 30%; }
.bear-head b { width: 42%; height: 32%; position: absolute; left: 29%; bottom: 16%; border-radius: 50%; background: #dfc3a2; }
.bear-head b::after { content: ""; width: 12px; height: 8px; position: absolute; top: 22%; left: calc(50% - 6px); border-radius: 50%; background: #4a372c; }
.bear-head em { width: 52%; height: 12px; position: absolute; left: 24%; bottom: 0; z-index: 4; border-radius: 8px; background: #6f4138; }
.bear-body { width: 72%; height: 50%; position: absolute; left: 14%; bottom: 0; border-radius: 45% 45% 35% 35%; background: #b99879; }
.bear-body::before, .bear-body::after { content: ""; width: 28%; height: 75%; position: absolute; top: 7%; border-radius: 50%; background: #b18d6f; }
.bear-body::before { left: -15%; transform: rotate(20deg); }.bear-body::after { right: -15%; transform: rotate(-20deg); }
.bear-body b { width: 46%; height: 56%; position: absolute; left: 27%; top: 18%; border-radius: 50%; background: #d6b896; }
.gift-game { width: 33%; height: 24%; position: absolute; right: 9%; top: 36%; z-index: 2; padding: 20px; color: #ece5d8; background: #8a5a4c; transform: rotate(5deg); box-shadow: 0 28px 48px rgba(0,0,0,.25); }
.gift-game > span { font-family: Georgia, serif; font-size: clamp(1.6rem, 3.6vw, 3.3rem); font-style: italic; }
.gift-game > div { display: flex; gap: 7px; position: absolute; right: 15px; bottom: 15px; }
.gift-game > div i { width: 15px; height: 15px; border-radius: 2px; background: #d8c8a8; transform: rotate(12deg); }
.gift-game > div i:nth-child(2) { background: #263c31; transform: rotate(-9deg); }.gift-game > div i:nth-child(3) { border-radius: 50%; background: #b39863; }.gift-game > div i:nth-child(4) { background: #efe8d9; transform: rotate(25deg); }
.gift-box { width: 39%; height: 30%; position: absolute; right: 10%; bottom: 10%; display: grid; place-items: center; color: var(--forest-dark); background: #d9c6a2; transform: rotate(-3deg); box-shadow: 0 34px 60px rgba(0,0,0,.27); }
.gift-box > span { z-index: 3; font-size: .54rem; font-weight: 800; letter-spacing: .2em; }
.gift-box > i { position: absolute; z-index: 2; display: block; background: rgba(87,52,43,.79); }
.gift-ribbon-v { width: 13%; height: 100%; }.gift-ribbon-h { width: 100%; height: 16%; }
.material-swatch { position: absolute; border-radius: 50%; box-shadow: 0 20px 40px rgba(0,0,0,.24); }
.swatch-one { width: 9%; aspect-ratio: 1; left: 42%; bottom: 19%; background: #bfc5ad; }
.swatch-two { width: 6%; aspect-ratio: 1; left: 48%; bottom: 14%; background: #78634e; }
.art-label { position: absolute; z-index: 3; top: 8%; right: 7%; color: rgba(255,255,255,.74); font-family: Georgia, serif; font-size: 1.1rem; font-style: italic; line-height: 1.3; text-align: right; }
.art-note { position: absolute; z-index: 3; left: 8%; bottom: 5%; margin: 0; color: rgba(255,255,255,.58); font-size: .63rem; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.hero-index { position: absolute; left: clamp(24px, 4.4vw, 76px); bottom: 25px; font-size: .64rem; letter-spacing: .18em; }
.hero-index span { margin: 0 12px; }

.intro-strip { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 72px); padding: 20px; color: #e7e1d5; background: var(--forest-dark); }
.intro-strip p { margin: 0; font-family: Georgia, serif; font-size: clamp(.9rem, 1.4vw, 1.22rem); font-style: italic; }
.intro-strip span { color: var(--gold); }
.section { padding: clamp(84px, 10vw, 154px) clamp(24px, 7vw, 124px); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 4.8vw, 5.6rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.section-heading > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 520px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.service-photo { width: 100%; height: auto; aspect-ratio: 3 / 2; display: block; margin-bottom: 32px; object-fit: contain; background: var(--forest); }
.service-symbol { height: 190px; position: relative; display: grid; place-items: center; margin-bottom: 32px; overflow: hidden; background: #e9e4d9; }
.service-symbol::before, .service-symbol::after { content: ""; position: absolute; }
.service-symbol span { position: relative; z-index: 2; color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: 3rem; font-style: italic; }
.symbol-01 { background: #9f866a; }
.symbol-01::before { width: 130px; height: 82px; background: #d4c7af; transform: rotate(12deg); box-shadow: 0 18px 28px rgba(0,0,0,.18); }
.symbol-01::after { width: 12px; height: 120%; background: #5f4536; transform: rotate(12deg); }
.symbol-02 { background: #344d40; }
.symbol-02::before { width: 130px; height: 130px; border-radius: 50%; border: 30px solid #c9b88f; }
.symbol-02::after { width: 62px; height: 62px; border-radius: 50%; background: #a66e55; }
.symbol-03 { background: #c8bea9; }
.symbol-03::before { width: 140px; height: 80px; background: #566657; transform: skew(-18deg); box-shadow: 20px 20px 0 #9a7254; }
.card-number { margin: 0 0 24px; color: var(--gold) !important; font-size: .65rem !important; font-weight: 800; letter-spacing: .16em; }
.service-grid h3 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.service-grid article > p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.7; }
.service-grid small { margin-top: auto; padding-top: 26px; color: #74776d; border-top: 1px solid var(--line); font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }

.product-universe { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 150px); padding-top: 20px; background: var(--paper); }
.product-universe h2 { font-size: clamp(2.8rem, 4.7vw, 5.2rem); }
.product-categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; border-top: 1px solid var(--line); }
.product-categories span { padding: 20px 0; border-bottom: 1px solid var(--line); color: #4f534b; font-family: Georgia, serif; font-size: 1.08rem; }
.product-categories span:nth-child(odd) { padding-right: 22px; }
.product-categories span:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }
.product-universe-note { grid-column: 2; max-width: 680px; margin: -65px 0 0; color: var(--muted); line-height: 1.75; }

.statement { padding: clamp(90px, 11vw, 170px) 24px; color: #f4efe5; background: var(--forest); text-align: center; }
.statement .eyebrow { color: #c5b795; }
.statement blockquote { max-width: 1120px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 7rem); font-weight: 400; font-style: italic; line-height: 1; letter-spacing: -.03em; }
.statement-details { display: flex; justify-content: center; gap: 0; margin: 82px auto 0; max-width: 900px; border-top: 1px solid rgba(255,255,255,.2); }
.statement-details span { flex: 1; padding-top: 20px; color: rgba(255,255,255,.58); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }

.approach { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 160px); background: #eee9de; }
.approach-title { position: sticky; top: 130px; align-self: start; }
.approach-title > p:last-child { max-width: 420px; margin: 32px 0 0; color: var(--muted); line-height: 1.7; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 54px 160px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line); align-items: start; }
.process-list span { color: var(--gold); font-size: .68rem; font-weight: 800; }
.process-list h3 { margin: 0; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.process-list p { margin: 2px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.capability-section { display: grid; grid-template-columns: 1fr 1fr; }
.capability-art { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #ded4c2; }
.capability-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.4), transparent 40%), linear-gradient(135deg, rgba(0,0,0,.06), transparent); }
.capability-art > img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.card-paper { width: 62%; aspect-ratio: 1.35; position: absolute; top: 24%; left: 20%; display: flex; flex-direction: column; justify-content: center; padding: 13%; color: var(--forest-dark); background: #eee9dc; transform: rotate(-8deg); box-shadow: 0 35px 70px rgba(34,28,22,.25); }
.card-paper span { font-size: .65rem; font-weight: 800; letter-spacing: .2em; }
.card-paper i { max-width: 260px; margin-top: 24px; font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 3rem); line-height: 1.05; }
.card-shadow { width: 38%; aspect-ratio: 1; position: absolute; right: 6%; bottom: 8%; background: #384a3f; transform: rotate(12deg); box-shadow: 0 30px 60px rgba(0,0,0,.2); }
.round-seal { width: 90px; aspect-ratio: 1; position: absolute; right: 26%; bottom: 27%; display: grid; place-items: center; border-radius: 50%; color: #e5d6b9; background: #7f5547; font-family: Georgia, serif; font-size: 2.7rem; font-style: italic; box-shadow: 0 14px 24px rgba(0,0,0,.25); }
.capability-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 140px); background: var(--paper); }
.capability-copy > p:not(.eyebrow) { max-width: 560px; margin: 34px 0 40px; color: var(--muted); line-height: 1.75; }
.capability-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.capability-copy li { display: flex; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.capability-copy li span { color: var(--gold); font-size: .65rem; font-weight: 800; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 9vw, 150px); background: #f1ede4; }
.faq h2 { font-size: clamp(2.6rem, 4vw, 4.7rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-list button span { font-family: Georgia, serif; font-size: 1.35rem; }
.faq-list button i { font-size: 1.4rem; font-style: normal; font-weight: 300; }
.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-list article > div p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; }
.faq-list article.is-open > div { grid-template-rows: 1fr; }
.faq-list article.is-open > div p { padding: 0 48px 26px 0; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 150px); padding: clamp(88px, 11vw, 170px) clamp(24px, 7vw, 124px); color: #f5f1e8; background: var(--forest-dark); }
.contact .eyebrow { color: #b9aa85; }
.contact h2 { max-width: 700px; }
.contact-copy > p:not(.eyebrow) { max-width: 600px; margin: 32px 0 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.direct-contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 46px; }
.contact-person { display: grid; align-content: start; gap: 11px; padding: 18px; border: 1px solid rgba(255,255,255,.14); }
.contact-person strong { color: #c8b892; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; }
.direct-contact a { width: max-content; max-width: 100%; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .78rem; overflow-wrap: anywhere; }
.direct-contact span { margin-left: 12px; }
.contact form { display: grid; gap: 24px; align-content: start; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact label { display: grid; gap: 9px; color: rgba(255,255,255,.68); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact input, .contact textarea { width: 100%; min-height: 48px; padding: 12px 0; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); outline: none; background: transparent; resize: vertical; }
.contact textarea { min-height: 110px; }
.contact input:focus, .contact textarea:focus { border-bottom-color: var(--sand); }
.contact input::placeholder, .contact textarea::placeholder { color: rgba(255,255,255,.28); text-transform: none; letter-spacing: 0; }
.button-light { width: max-content; margin-top: 12px; color: var(--forest-dark); background: var(--cream); }
.button-light span { margin-left: 18px; }
.button-light:hover { background: var(--sand); transform: translateY(-2px); }
.contact form small { color: rgba(255,255,255,.42); font-size: .65rem; }

footer { min-height: 170px; display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 30px; align-items: center; padding: 36px clamp(24px, 7vw, 124px); border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.54); background: var(--forest-dark); }
.footer-brand { color: #fff; font-family: Georgia, serif; font-size: 1.3rem; font-style: italic; }
footer > p { margin: 0; font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; }
footer > div { display: flex; justify-content: flex-end; gap: 28px; font-size: .68rem; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; }
  .hero-art { height: auto; min-height: 0; }
  .hero-photo { height: auto; position: relative; inset: auto; object-fit: contain; }
  .hero-index { display: none; }
  .section-heading, .approach, .faq, .contact { grid-template-columns: 1fr; }
  .product-universe { grid-template-columns: 1fr; }
  .product-universe-note { grid-column: 1; margin: 0; }
  .section-heading { gap: 30px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 470px; }
  .approach-title { position: static; }
  .capability-section { grid-template-columns: 1fr; }
  .capability-art { min-height: 0; }
  footer { grid-template-columns: 1fr; padding-top: 60px; padding-bottom: 60px; }
  footer > div { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; }
  .header-cta { font-size: .66rem; }
  .hero-copy { min-height: 660px; padding-top: 70px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 0; }
  .gift-notebook { width: 37%; height: 34%; left: 7%; }
  .gift-cup { width: 25%; right: 7%; }
  .gift-game { width: 38%; right: 5%; }
  .gift-box { width: 43%; right: 6%; }
  .intro-strip { flex-wrap: wrap; gap: 10px 18px; }
  .intro-strip p { font-size: .86rem; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .service-grid { margin-top: 46px; }
  .statement-details { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border: 0; }
  .statement-details span { border-top: 1px solid rgba(255,255,255,.2); }
  .process-list article { grid-template-columns: 40px 1fr; }
  .process-list p { grid-column: 2; }
  .capability-art { min-height: 0; }
  .card-paper { width: 72%; left: 11%; }
  .capability-copy { padding-left: 24px; padding-right: 24px; }
  .field-pair { grid-template-columns: 1fr; }
  .direct-contact { grid-template-columns: 1fr; }
  footer > div { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
