/* Launch refinements; shared by every page. */
[hidden] { display: none !important; }
.cookie-settings-link { appearance: none; background: none; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; text-align: left; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 2px solid #8b672d; outline-offset: 4px; }
.contact-inquiries { min-width: 0; }
.inquiry-navigation { display: flex; flex-wrap: wrap; gap: 20px 36px; border-bottom: 1px solid var(--oak-line); padding-bottom: 22px; margin-bottom: 32px; }
.inquiry-navigation a { color: var(--oak-navy); font-weight: 700; }
.inquiry-section { scroll-margin-top: 110px; padding-bottom: 44px; }
.contact-panel .inquiry-section h2 { font-size: clamp(28px, 3vw, 42px); margin-bottom: 24px; }
.inquiry-frame { display: block; border: 0; width: 100%; background: white; }
.form-external-fallback, .form-consent-message { border-top: 1px solid var(--oak-line); padding: 24px 0; }
.form-external-fallback p, .form-consent-message p { font-size: 16px; line-height: 1.6; margin: 0 0 20px; }
.form-consent-message > a { display: inline-block; margin: 16px; text-decoration: underline; }
.form-consent-message button { cursor: pointer; font-family: inherit; }
.oak-video-sketch { filter: contrast(1.25) saturate(1.12); }
.oak-video-player { position: relative; display: block; }
.oak-video-cover { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; cursor: pointer; background: #f5f8fa; }
.oak-video-cover > img { width: 100%; height: 100%; object-fit: cover; }
.oak-video-cover .play-mark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
/* Legal copy is unchanged; both documents use the same plain layout. */
.privacy-site, .privacy-site main { background: #fff; }
.privacy-site .privacy-hero { background: #fff; display: block; min-height: 0; max-width: 900px; margin: 0 auto; padding: 54px 26px 24px; border: 0; }
.privacy-site .privacy-hero::after { content: none; }
.privacy-site .privacy-hero .section-label { display: none; }
.privacy-site .privacy-hero h1 { font-family: var(--sans); font-size: 28px; font-style: normal; font-weight: 700; line-height: 1.3; }
.privacy-site .privacy-hero p:not(.section-label) { border: 0; padding: 0; margin: 12px 0 0; font-size: 10pt; letter-spacing: 0; text-transform: none; }
.privacy-site .privacy-layout { display: block; max-width: 900px; margin: 0 auto; padding: 0 26px 64px; }
.privacy-site .privacy-layout aside { position: static; display: flex; flex-wrap: wrap; gap: 8px 20px; border: 0; margin-bottom: 30px; }
.privacy-site .privacy-layout aside a { padding: 0; border: 0; font-size: 10pt; letter-spacing: 0; line-height: 1.6; text-transform: none; text-decoration: underline; }
.privacy-site .privacy-content { border: 0; }
.privacy-site .privacy-content section { border: 0; padding: 0; margin: 0 0 24px; }
.privacy-site .privacy-content h2, .privacy-site .privacy-content h3 { font-family: var(--sans); font-size: 12pt; font-style: normal; font-weight: 700; letter-spacing: 0; text-transform: none; line-height: 1.4; margin: 20px 0 10px; }
.privacy-site .privacy-content p, .privacy-site .privacy-content li, .privacy-site .privacy-content address { font-family: var(--sans); color: #222; font-size: 10pt; line-height: 1.65; }
.privacy-site .privacy-content p + p { margin-top: 12px; }
.privacy-site .privacy-content ul, .privacy-site .privacy-content ol { display: block; margin: 12px 0; padding-left: 24px; list-style: disc; }
.privacy-site .privacy-content ol { list-style: decimal; }
.privacy-site .privacy-content li { border: 0; padding: 0; margin: 6px 0; }
.privacy-site .privacy-content a { overflow-wrap: anywhere; }
.oak-consent, .oak-consent-dialog { box-sizing: border-box; background: #fff; color: #062638; font-family: var(--sans, sans-serif); font-size: 15px; line-height: 1.5; }
.oak-consent { position: fixed; z-index: 10000; bottom: 20px; left: 20px; right: 20px; display: flex; align-items: center; gap: 30px; padding: 22px 26px; border: 1px solid #bac6cc; box-shadow: 0 6px 35px #06263826; }
.oak-consent h2, .oak-consent-dialog h2 { font: 700 20px/1.3 var(--sans, sans-serif); margin: 0 0 8px; }
.oak-consent p, .oak-consent-dialog p { margin: 0; }
.oak-consent a, .oak-consent-dialog a { color: inherit; text-decoration: underline; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.oak-consent .consent-actions { flex: 0 0 auto; }
.consent-actions button { cursor: pointer; background: white; color: #062638; border: 1px solid #062638; border-radius: 0; font: 700 14px/1.3 var(--sans, sans-serif); padding: 12px 16px; min-height: 44px; }
.consent-actions button[data-consent="accept"], .consent-actions button[data-consent="reject"], .consent-actions button[data-consent="save"] { background: #062638; color: white; }
.oak-consent-dialog { max-width: 560px; width: calc(100% - 32px); padding: 28px; border: 1px solid #bac6cc; max-height: calc(100dvh - 40px); overflow: auto; }
.oak-consent-dialog::backdrop { background: #06263888; }
.consent-category { display: flex; gap: 16px; flex-wrap: wrap; align-items: start; margin: 22px 0; padding-top: 18px; border-top: 1px solid #dce2e5; }
.consent-category p, .consent-category > span:first-child { flex: 1 1 80%; }
.consent-category strong, .consent-category > span > span { display: block; }
.consent-category input { width: 22px; height: 22px; accent-color: #062638; }
@media (max-width: 900px) { .oak-consent { display: block; } .oak-consent .consent-actions { margin-top: 16px; } }
@media (max-width: 600px) { .oak-consent { left: 10px; right: 10px; bottom: 10px; padding: 18px; max-height: 65dvh; overflow: auto; } .consent-actions button { flex: 1 1 auto; } .inquiry-frame { height: 1000px; } }

.form-external-fallback .dark-button { margin-bottom: 22px; }
.sponsor-video .video-feature-frame::after { content: none; }
.sponsor-video .feature-play .play-mark,
.sponsor-deal .oak-video-cover .play-mark { color: #062638; background: rgba(255,255,255,.92); border-color: #062638; }
.sponsor-deal .oak-video-cover .play-mark { position: absolute; }
.sponsor-video .feature-play:focus-visible { outline: 3px solid #8b672d; outline-offset: -5px; }

.sponsor-video button.feature-play { background: transparent; border: 0; padding: 0; cursor: pointer; }
.oak-youtube-player { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; background: #062638; }

/* One inquiry at a time, with a clear selected tab. */
.contact-panel { grid-template-columns: minmax(0, 1fr) minmax(220px, .42fr); }
.contact-inquiries { padding: clamp(20px, 3vw, 40px); border: 1px solid #dce3e7; background: #fff; }
.inquiry-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 5px; margin-bottom: 28px; border: 1px solid #dce3e7; background: #f1f5f7; border-radius: 8px; }
.inquiry-navigation button { padding: 17px 12px; border: 0; border-radius: 5px; background: transparent; color: #062638; font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
.inquiry-navigation button[aria-selected="true"] { color: #fff; background: #062638; box-shadow: 0 2px 6px #06263820; }
.inquiry-navigation button:hover:not([aria-selected="true"]) { background: #e3ebef; }
.contact-panel .inquiry-section h2 { margin-top: 0; font-size: clamp(28px, 3vw, 38px); }
.inquiry-section { padding-bottom: 0; }
.contact-checklist { align-self: start; }
@media (max-width: 1000px) { .contact-panel { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 480px) { .contact-inquiries { padding: 16px; } .inquiry-navigation button { font-size: 13px; padding: 15px 8px; } }
.contact-panel { padding-top: clamp(40px, 5vw, 72px); gap: 40px; }
.contact-panel-intro h2 { font-size: clamp(34px, 4vw, 58px); max-width: 850px; margin-top: 18px; }

.oak-contact-directory { padding: 0 clamp(22px, 4.4vw, 86px) 90px; }
.contact-directory-hero { padding: clamp(54px, 7vw, 104px) 0 56px; }
.contact-directory-hero h1 { font-family: var(--serif); font-size: clamp(68px, 8vw, 128px); line-height: 1; font-weight: 400; margin-top: 24px; color: #062638; }
.contact-directory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 64px; padding-bottom: 60px; }
.contact-directory-grid article { border-top: 1px solid #ccd7dd; padding: 30px 0 46px; }
.contact-directory-grid h2, .contact-office h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px,3vw,46px); line-height: 1.15; margin: 22px 0; color: #062638; }
.contact-directory-grid p { font-size: 15px; margin-bottom: 10px; }
.contact-directory-grid a { font-size: clamp(16px,1.7vw,23px); color: #062638; text-decoration: none; overflow-wrap: anywhere; }
.contact-directory-grid a:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-directory-grid a span { margin-left: 12px; color: #9b854b; }
.contact-office { display: grid; grid-template-columns: 1.4fr 1fr; background: #fff; border-top: 1px solid #ccd7dd; }
.contact-office-art { min-height: 360px; overflow: hidden; }
.contact-office-art img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.contact-office-details { padding: clamp(32px,5vw,72px); align-self: center; }
.contact-office address { font-style: normal; font-size: 18px; line-height: 1.7; }
.contact-phone { display: block; margin-top: 22px; font-size: 18px; }
.contact-directions { display: inline-block; margin-top: 26px; padding-bottom: 7px; border-bottom: 1px solid #9b854b; font-size: 14px; }
.contact-form-drawer { margin-top: 54px; border-top: 1px solid #ccd7dd; border-bottom: 1px solid #ccd7dd; scroll-margin-top: 115px; }
.contact-form-drawer summary { cursor: pointer; list-style: none; font-family: var(--serif); font-size: 30px; padding: 26px 0; display: flex; justify-content: space-between; align-items: center; }
.contact-form-drawer summary::-webkit-details-marker { display: none; }
.contact-form-drawer[open] summary span { transform: rotate(45deg); }
.contact-form-drawer .contact-inquiries { max-width: 900px; margin: 0 auto 30px; }
.contact-form-drawer .inquiry-section h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; }
@media(max-width:700px) { .contact-directory-grid { grid-template-columns: 1fr; padding-bottom: 24px; } .contact-directory-grid article { padding: 24px 0 32px; } .contact-office { grid-template-columns: 1fr; } .contact-office-art { min-height: 0; height: 230px; } .contact-office-details { padding: 30px 24px; } .contact-directory-hero { padding-bottom: 36px; } }

.contact-office-art { display: grid; place-items: center; padding: clamp(32px,5vw,80px); }
.contact-office-art img { object-fit: contain; max-width: 520px; }

/* Fragment navigation focuses the panel; controls retain their own focus indicators. */
.contact-form-drawer [role="tabpanel"]:focus { outline: none; }
