.contact-page, .privacy-page { background: #faf9f6; }
.contact-page .site-header, .privacy-page .site-header { background: rgba(250,249,246,.94); }
.contact-page [hidden], .privacy-page [hidden] { display: none !important; }
.contact-main { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.97fr); gap: clamp(56px,8vw,124px); padding-block: 76px 108px; align-items: start; }
.contact-copy { padding-block: 14px; }
.contact-eyebrow { display: flex; align-items: center; gap: 10px; font-size: .81rem; font-weight: 550; letter-spacing: .005em; margin-bottom: 27px; }
.contact-eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px #d3291c0d; }
.contact-copy h1 { font-size: clamp(3.15rem,4.55vw,4rem); line-height: 1.04; letter-spacing: -.063em; font-weight: 560; margin: 0 0 30px; }
.contact-copy h1 > span { color: var(--red); }
.contact-lead { max-width: 430px; font-size: 1.16rem; line-height: 1.6; letter-spacing: -.013em; margin-bottom: 16px; }
.contact-intro { max-width: 430px; color: var(--ink-soft); font-size: .97rem; line-height: 1.7; }
.contact-route { display: flex; align-items: center; gap: 16px; max-width: 430px; margin-block: 43px 50px; font-size: .72rem; font-weight: 550; }
.contact-route i { flex: 1; height: 1px; background: var(--rule); position: relative; overflow: hidden; }
.contact-route i::after { content: ""; position: absolute; height: 1px; width: 40%; background: var(--red); left: -40%; animation: contact-connection 1.6s var(--ease) .4s 1 forwards; }
@keyframes contact-connection { to { left: 60%; } }
.contact-direct { display: grid; gap: 5px; }
.contact-direct > span { color: var(--ink-soft); font-size: .79rem; }
.contact-direct > a { display: inline-flex; align-items: center; gap: 20px; width: fit-content; min-height: 44px; text-decoration: none; font-size: 1.5rem; letter-spacing: -.035em; }
.contact-direct > a > span { color: var(--red); transition: transform .3s var(--ease); }
.contact-direct > a:hover > span { transform: translate(3px,-3px); }
.contact-location { color: var(--ink-soft); font-size: .75rem; line-height: 1.6; margin: 25px 0 0; }
.contact-panel { padding: clamp(26px,3vw,45px); background: #fffefd; border: 1px solid #e0dcd5; border-radius: 16px; box-shadow: 0 20px 50px -35px #36281c40, 0 2px 6px #36281c03; scroll-margin-top: 104px; }
.contact-panel-index { color: var(--ink-soft); font-size: .6rem; font-weight: 550; letter-spacing: .14em; display: block; margin-bottom: 21px; }
.contact-panel-heading h2 { font-size: clamp(1.5rem,2vw,1.9rem); letter-spacing: -.042em; line-height: 1.2; font-weight: 550; margin-bottom: 9px; }
.contact-panel-heading p { font-size: .83rem; color: var(--ink-soft); line-height: 1.6; margin-bottom: 27px; }
.contact-required { font-size: .66rem; color: var(--ink-soft); margin-bottom: 18px; }
.contact-field-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.contact-field { min-width: 0; margin-bottom: 17px; }
.contact-field label { display: block; font-size: .77rem; font-weight: 550; margin-bottom: 7px; }
.contact-field label > span { color: var(--ink-soft); font-weight: 400; margin-left: 5px; font-size: .7rem; }
.contact-field input, .contact-field textarea, .contact-field select { display: block; width: 100%; max-width: 100%; border: 1px solid #d4d0c8; border-radius: 5px; background: #fffefd; color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.4; padding: 12px; min-height: 46px; box-shadow: 0 1px 2px #1a171003; transition: border-color .2s, box-shadow .2s, background-color .2s; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #72736e; opacity: 1; }
.contact-field select { padding-right: 30px; text-overflow: ellipsis; cursor: pointer; }
.contact-field textarea { min-height: 116px; resize: vertical; }
.contact-field input:hover, .contact-field textarea:hover, .contact-field select:hover { border-color: #99998f; }
.contact-field input:focus, .contact-field textarea:focus, .contact-field select:focus { outline: 2px solid var(--red); outline-offset: 2px; border-color: var(--red); background: white; box-shadow: 0 0 0 5px #d3291c06; }
.contact-field [aria-invalid="true"] { border-color: var(--red); background: #fff9f7; }
.contact-field-error { display: block; color: #a32116; font-size: .72rem; line-height: 1.5; margin-top: 5px; }
.contact-field-error:empty { display: none; }
.contact-field-hint { color: var(--ink-soft); font-size: .7rem; line-height: 1.6; margin: 8px 0 0; }
.contact-submit, .contact-open-mail { display: flex; justify-content: space-between; gap: 14px; width: 100%; min-height: 53px; border-radius: 6px; font-size: .85rem; text-align: left; cursor: pointer; }
.contact-send-note { margin: 15px 0 0; font-size: .69rem; color: var(--ink-soft); line-height: 1.65; }
.contact-send-note a { color: var(--ink); white-space: nowrap; }
.contact-errors { padding: 12px 14px; border-left: 2px solid var(--red); background: #fff4ef; color: #942316; font-size: .8rem; margin-bottom: 20px; }
.contact-summary { border-top: 1px solid var(--rule); padding-top: 25px; margin-top: 24px; animation: contact-summary-in .45s var(--ease); }
@keyframes contact-summary-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.contact-summary-kicker { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: #256040; font-weight: 550; }
.contact-summary-kicker > span { display: grid; width: 20px; height: 20px; place-items: center; background: #e8f1e9; border-radius: 50%; }
.contact-summary h2 { font-size: 1.8rem; font-weight: 550; letter-spacing: -.045em; line-height: 1.15; margin-bottom: 15px; }
.contact-summary-note { font-size: .79rem; color: var(--ink-soft); line-height: 1.6; }
.contact-envelope { margin-block: 23px 15px; }
.contact-envelope > div { display: grid; grid-template-columns: 43px minmax(0,1fr); gap: 10px; padding-block: 8px; border-top: 1px solid var(--rule); font-size: .74rem; }
.contact-envelope dt { color: var(--ink-soft); }
.contact-envelope dd { margin: 0; overflow-wrap: anywhere; }
.contact-email-body { padding: 17px; margin: 0 0 22px; background: #f6f4ef; border: 1px solid #e3dfd6; border-radius: 5px; color: var(--ink); font: inherit; font-size: .79rem; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; max-height: 330px; overflow: auto; }
.contact-summary-actions { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 5px 16px; margin-top: 7px; }
.contact-summary-actions button { border: 0; background: none; padding: 10px 0; min-height: 44px; font-size: .73rem; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.contact-copy-status { min-height: 1.3em; font-size: .72rem; color: #256040; margin-block: 0 6px; }
.contact-next { border-top: 1px solid #ddd8d0; background: var(--paper); padding-block: 72px 86px; }
.contact-next-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; margin-bottom: 45px; }
.contact-next-heading .contact-eyebrow { margin-top: 8px; color: var(--ink-soft); }
.contact-next h2 { font-weight: 550; font-size: clamp(2rem,3vw,3rem); line-height: 1.12; letter-spacing: -.05em; margin: 0; }
.contact-next-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; }
.contact-next-grid article { padding-top: 21px; border-top: 1px solid #c9c5bd; }
.contact-next-grid article > span { display: block; color: var(--red); font-size: .7rem; margin-bottom: 21px; }
.contact-next-grid h3 { font-size: 1.1rem; font-weight: 550; letter-spacing: -.025em; margin-bottom: 11px; }
.contact-next-grid p { max-width: 320px; font-size: .85rem; color: var(--ink-soft); line-height: 1.7; margin-bottom: 0; }
.contact-noscript { font-size: .9rem; }
.contact-noscript .button { font-size: .8rem; width: 100%; }
.privacy-main { padding-block: 72px 100px; max-width: 900px; }
.privacy-main h1 { font-size: clamp(2.7rem,5.4vw,4.5rem); font-weight: 550; letter-spacing: -.055em; line-height: 1.05; margin: 0 0 28px; }
.privacy-lead { font-size: 1.1rem; line-height: 1.7; max-width: 660px; color: var(--ink-soft); }
.privacy-content { max-width: 680px; margin-top: 48px; }
.privacy-content section { border-top: 1px solid var(--rule); padding-top: 28px; margin-bottom: 32px; }
.privacy-content h2 { font-size: 1.3rem; letter-spacing: -.025em; font-weight: 550; }
.privacy-content p { font-size: .95rem; line-height: 1.75; color: var(--ink-soft); }
.privacy-content a { color: var(--ink); }
@media (max-width: 1120px) { .contact-main { gap: 42px; } .contact-copy h1 { font-size: clamp(3.1rem,5.2vw,4rem); } .contact-panel { padding: 27px; } }
@media (max-width: 820px) { .contact-main { grid-template-columns: 1fr; gap: 34px; padding-block: 40px 62px; } .contact-copy h1 { font-size: clamp(3.05rem,8.5vw,4.8rem); } .contact-title-break { display: none; } .contact-lead, .contact-intro { max-width: 620px; } .contact-copy { padding: 0; } .contact-route { max-width: 460px; margin-block: 25px; } .contact-direct { margin-top: 23px; } .contact-location { margin-top: 13px; } .contact-panel { padding: 30px; } .contact-next { padding-block: 48px 58px; } .contact-next-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 32px; } .contact-next-heading .contact-eyebrow { margin-bottom: 19px; } .contact-next-grid { gap: 22px; } .contact-next-grid h3 { font-size: 1rem; } }
@media (max-width: 560px) { .contact-main { padding-top: 32px; } .contact-eyebrow { font-size: .74rem; margin-bottom: 23px; } .contact-copy h1 { font-size: clamp(2.8rem,10.4vw,3.9rem); } .contact-lead { font-size: 1.07rem; } .contact-intro { font-size: .91rem; } .contact-route { font-size: .66rem; gap: 12px; } .contact-panel { padding: 25px 20px; border-radius: 11px; } .contact-panel-heading h2 { font-size: 1.5rem; } .contact-field-row { gap: 13px; } .contact-field input, .contact-field textarea, .contact-field select { font-size: 16px; } .contact-next-grid { grid-template-columns: 1fr; gap: 27px; } .contact-next-grid article { display: grid; grid-template-columns: 27px minmax(0,1fr); gap: 0 12px; } .contact-next-grid article > span { grid-row: 1 / 3; margin: 4px 0 0; } .contact-next-grid h3 { font-size: 1.12rem; } .contact-next-grid p { max-width: none; } .contact-summary-actions { gap: 0 12px; } .contact-summary h2 { font-size: 1.6rem; } .contact-open-mail { font-size: .77rem; } .privacy-main { padding-block: 40px 65px; } }
@media (max-width: 360px) { .contact-field-row { grid-template-columns: 1fr; gap: 0; } .contact-panel { padding-inline: 16px; } }
@media (prefers-reduced-motion: reduce) { .contact-route i::after { animation: none; left: 60%; } .contact-summary { animation: none; } .contact-page *, .privacy-page * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
