/* Ottoman Research — V1-18C Contact — Theme Patch 1.0.35 */
:root {
    --or-contact-ivory: #f6f2ea;
    --or-contact-beige: #e7dfcf;
    --or-contact-border: #d8cdbb;
    --or-contact-green: #1e3b2e;
    --or-contact-burgundy: #7a1e2d;
    --or-contact-gold: #b88a4a;
    --or-contact-charcoal: #2b2b2b;
}

body.page-contact,
body.page-template-page-contact {
    background: var(--or-contact-ivory);
}

.or-contact-v118c,
.or-contact-v118c * { box-sizing: border-box; }

.or-contact-v118c {
    overflow: clip;
    background: var(--or-contact-ivory);
    color: var(--or-contact-charcoal);
    font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
    line-height: 1.62;
}

.or-contact-v118c h1,
.or-contact-v118c h2,
.or-contact-v118c h3 {
    margin-top: 0;
    color: var(--or-contact-green);
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
    letter-spacing: -.025em;
}

.or-contact-v118c a { text-underline-offset: 3px; }
.or-contact-shell { width: min(1220px, calc(100% - 96px)); margin-inline: auto; }

.or-contact-breadcrumb-wrap {
    border-bottom: 1px solid rgba(216,205,187,.78);
    background: rgba(246,242,234,.97);
}
.or-contact-breadcrumb {
    width: min(1220px, calc(100% - 96px));
    margin: 0 auto;
    padding: 15px 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6c645b;
    font-size: 13px;
}
.or-contact-breadcrumb a { color: var(--or-contact-burgundy); text-decoration: none; }

.or-contact-eyebrow {
    margin: 0 0 12px !important;
    color: var(--or-contact-burgundy);
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.or-contact-hero { border-bottom: 1px solid var(--or-contact-border); }
.or-contact-hero-grid {
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 43%) minmax(0, 57%);
    align-items: stretch;
}
.or-contact-hero-copy {
    padding: 62px 48px 58px 0;
    align-self: center;
}
.or-contact-hero h1 {
    max-width: 560px;
    margin-bottom: 16px;
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.05;
}
.or-contact-hero-lead {
    max-width: 590px;
    margin: 0 0 12px;
    color: #3f3933;
    font-size: 19px;
    line-height: 1.66;
}
.or-contact-hero-note {
    max-width: 590px;
    margin: 0 0 24px;
    color: #655e55;
    font-size: 15px;
}
.or-contact-hero-actions { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; }

.or-contact-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.or-contact-btn:hover { transform: translateY(-1px); }
.or-contact-btn-primary { color: #fff !important; background: var(--or-contact-burgundy); }
.or-contact-btn-primary:hover { background: #651725; }
.or-contact-btn-outline { color: var(--or-contact-burgundy) !important; border-color: rgba(122,30,45,.55); background: rgba(255,255,255,.66); }
.or-contact-btn-outline:hover { color: #fff !important; background: var(--or-contact-burgundy); border-color: var(--or-contact-burgundy); }
.or-contact-text-link { color: var(--or-contact-burgundy) !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.or-contact-text-link:hover { text-decoration: underline; }

.or-contact-hero-points {
    margin-top: 32px;
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    border-top: 1px solid var(--or-contact-border);
}
.or-contact-hero-points > span {
    min-width: 0;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 34px minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    border-right: 1px solid var(--or-contact-border);
}
.or-contact-hero-points > span:first-child { padding-left: 0; }
.or-contact-hero-points > span:last-child { padding-right: 0; border-right: 0; }
.or-contact-hero-points .or-contact-icon { grid-row: 1 / 3; width: 30px; height: 30px; align-self: center; }
.or-contact-hero-points strong { color: #312d28; font-family: "Libre Baskerville", Georgia, serif; font-size: 13px; line-height: 1.3; }
.or-contact-hero-points small { color: #6a6258; font-size: 11px; line-height: 1.35; }

.or-contact-hero-media {
    margin: 0;
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
    background: #24170f;
}
.or-contact-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.or-contact-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--or-contact-gold);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.or-contact-main { padding: 86px 0 74px; }
.or-contact-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.78fr) minmax(300px, .92fr);
    gap: 28px;
    align-items: start;
}
.or-contact-form-card,
.or-contact-info-card,
.or-contact-research-card {
    border: 1px solid var(--or-contact-border);
    border-radius: 6px;
    background: rgba(255,255,255,.5);
}
.or-contact-form-card { padding: 38px 38px 34px; }
.or-contact-form-card h2,
.or-contact-info-card h2,
.or-contact-research-card h2,
.or-contact-faq-inner h2 {
    margin-bottom: 12px;
    font-size: clamp(27px, 3vw, 34px);
    line-height: 1.18;
}
.or-contact-form-intro { max-width: 760px; margin: 0 0 20px; color: #5d554d; font-size: 16px; }
.or-contact-research-route {
    margin: 0 0 26px;
    padding: 14px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    border-left: 3px solid var(--or-contact-gold);
    background: rgba(231,223,207,.42);
    color: #4d463f;
    font-size: 14px;
}
.or-contact-research-route strong { color: var(--or-contact-green); }
.or-contact-research-route a { color: var(--or-contact-burgundy); font-weight: 700; }

/* Core contact shortcode: style descendants without changing its handling/security. */
.or-contact-form-shell form { display: grid; gap: 16px; margin: 0; }
.or-contact-form-shell form p { margin: 0; }
.or-contact-form-shell label {
    display: block;
    margin: 0 0 6px;
    color: #37322d;
    font-size: 14px;
    font-weight: 700;
}
.or-contact-form-shell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.or-contact-form-shell select,
.or-contact-form-shell textarea {
    width: 100% !important;
    max-width: 100%;
    min-height: 49px;
    padding: 11px 13px;
    border: 1px solid #c8bcaa !important;
    border-radius: 3px;
    background: #fff !important;
    color: #2b2b2b !important;
    font: inherit;
    font-size: 15px;
    box-shadow: none !important;
}
.or-contact-form-shell textarea { min-height: 155px; resize: vertical; }
.or-contact-form-shell input:focus,
.or-contact-form-shell select:focus,
.or-contact-form-shell textarea:focus {
    outline: 3px solid rgba(184,138,74,.22);
    outline-offset: 1px;
    border-color: var(--or-contact-gold) !important;
}
.or-contact-form-shell input[type="submit"],
.or-contact-form-shell button[type="submit"] {
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid var(--or-contact-burgundy) !important;
    border-radius: 4px !important;
    background: var(--or-contact-burgundy) !important;
    color: #fff !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.or-contact-form-shell input[type="submit"]:hover,
.or-contact-form-shell button[type="submit"]:hover { background: #651725 !important; }
.or-contact-form-shell .notice,
.or-contact-form-shell .or-form-notice,
.or-contact-form-shell .or-message,
.or-contact-form-shell [role="alert"] {
    padding: 12px 14px;
    border-left: 3px solid var(--or-contact-gold);
    background: #fbf7ef;
}
.or-contact-form-shell a { color: var(--or-contact-burgundy); }
.or-contact-form-fallback { padding: 18px; border: 1px solid var(--or-contact-border); background: #fff; }
.or-contact-form-fallback p { margin: 0 0 6px; }
.or-contact-privacy-note { margin: 20px 0 0; display: flex; gap: 8px; align-items: center; color: #655d54; font-size: 13px; }
.or-contact-privacy-note .or-contact-icon { width: 20px; height: 20px; }
.or-contact-privacy-note a { color: var(--or-contact-burgundy); }

.or-contact-aside { display: grid; gap: 22px; }
.or-contact-info-card { padding: 34px 32px 28px; }
.or-contact-info-row {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    gap: 14px;
    align-items: start;
    border-top: 1px solid var(--or-contact-border);
}
.or-contact-info-row:first-of-type { margin-top: 20px; }
.or-contact-info-row .or-contact-icon { width: 34px; height: 34px; }
.or-contact-info-row div { min-width: 0; }
.or-contact-info-row strong { display: block; margin: 0 0 2px; color: var(--or-contact-green); font-family: "Libre Baskerville", Georgia, serif; font-size: 15px; }
.or-contact-info-row span,
.or-contact-info-row a { display: block; color: #5a534b; font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; }
.or-contact-info-row a { color: var(--or-contact-burgundy); text-decoration: none; }
.or-contact-info-row a:hover { text-decoration: underline; }

.or-contact-research-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    background: #f8f3ea;
}
.or-contact-research-card::after {
    content: "";
    position: absolute;
    right: -15%;
    bottom: -7%;
    width: 92%;
    height: 78%;
    background-image: linear-gradient(90deg, rgba(248,243,234,1) 0%, rgba(248,243,234,.74) 25%, rgba(248,243,234,.05) 62%), var(--or-contact-city);
    background-size: cover;
    background-position: right bottom;
    opacity: .48;
    pointer-events: none;
}
.or-contact-research-card-copy { position: relative; z-index: 1; max-width: 86%; padding: 34px 32px 32px; }
.or-contact-research-card p:not(.or-contact-eyebrow) { margin: 0 0 22px; color: #5a534b; font-size: 15px; }

.or-contact-principles { padding: 0 0 74px; }
.or-contact-principle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    border: 1px solid var(--or-contact-border);
    background: rgba(255,255,255,.36);
}
.or-contact-principle-grid > div {
    min-height: 148px;
    padding: 24px 26px 22px;
    display: grid;
    justify-items: center;
    align-content: start;
    text-align: center;
    border-right: 1px solid var(--or-contact-border);
}
.or-contact-principle-grid > div:last-child { border-right: 0; }
.or-contact-principle-grid .or-contact-icon { width: 42px; height: 42px; margin-bottom: 12px; }
.or-contact-principle-grid strong { color: var(--or-contact-green); font-family: "Libre Baskerville", Georgia, serif; font-size: 15px; }
.or-contact-principle-grid span { margin-top: 5px; color: #625a51; font-size: 13px; line-height: 1.45; }

.or-contact-faq-panel { padding: 0 0 22px; }
.or-contact-faq-inner {
    min-height: 124px;
    padding: 18px 28px;
    display: grid;
    grid-template-columns: 92px minmax(0,1fr) auto;
    gap: 24px;
    align-items: center;
    border: 1px solid var(--or-contact-border);
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(255,255,255,.38), rgba(231,223,207,.3));
}
.or-contact-faq-inner img { width: 88px; height: 88px; object-fit: contain; }
.or-contact-faq-inner h2 { margin: 0 0 5px; font-size: 26px; }
.or-contact-faq-inner p:not(.or-contact-eyebrow) { margin: 0; color: #60584f; font-size: 14px; }

.or-contact-metrics {
    padding: 20px 0;
    color: #fff;
    background: #06372b;
    border-top: 1px solid rgba(184,138,74,.35);
    border-bottom: 1px solid rgba(184,138,74,.35);
}
.or-contact-metric-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); }
.or-contact-metric {
    min-width: 0;
    min-height: 82px;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,.15);
}
.or-contact-metric:last-child { border-right: 0; }
.or-contact-metric .or-contact-icon { width: 34px; height: 34px; }
.or-contact-metric strong { display: block; color: #fff; font-family: "Libre Baskerville", Georgia, serif; font-size: 15px; line-height: 1.25; }
.or-contact-metric span { display: block; margin-top: 2px; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.35; }

@media (max-width: 1080px) {
    .or-contact-shell,
    .or-contact-breadcrumb { width: min(100% - 64px, 1220px); }
    .or-contact-hero-grid { grid-template-columns: minmax(0, 46%) minmax(0, 54%); }
    .or-contact-hero-copy { padding-right: 32px; }
    .or-contact-hero h1 { font-size: clamp(42px, 5vw, 58px); }
    .or-contact-content-grid { grid-template-columns: minmax(0, 1.5fr) minmax(280px, .9fr); }
    .or-contact-principle-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .or-contact-principle-grid > div:nth-child(2) { border-right: 0; }
    .or-contact-principle-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--or-contact-border); }
    .or-contact-metric-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .or-contact-metric:nth-child(3) { border-right: 0; }
    .or-contact-metric:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.15); }
}

@media (max-width: 820px) {
    .or-contact-shell,
    .or-contact-breadcrumb { width: min(100% - 48px, 1220px); }
    .or-contact-hero-grid { grid-template-columns: 1fr; }
    .or-contact-hero-copy { padding: 58px 0 44px; }
    .or-contact-hero h1 { max-width: 700px; }
    .or-contact-hero-media { min-height: 390px; border-top: 1px solid var(--or-contact-border); }
    .or-contact-hero-media img { min-height: 390px; max-height: 480px; }
    .or-contact-content-grid { grid-template-columns: 1fr; }
    .or-contact-aside { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .or-contact-main { padding-top: 64px; }
    .or-contact-faq-inner { grid-template-columns: 72px minmax(0,1fr); }
    .or-contact-faq-inner img { width: 70px; height: 70px; }
    .or-contact-faq-inner .or-contact-btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 640px) {
    .or-contact-shell,
    .or-contact-breadcrumb { width: min(100% - 36px, 1220px); }
    .or-contact-breadcrumb { padding-block: 12px; }
    .or-contact-hero-copy { padding: 48px 0 36px; }
    .or-contact-hero h1 { font-size: clamp(38px, 11vw, 52px); overflow-wrap: normal; }
    .or-contact-hero-lead { font-size: 17px; }
    .or-contact-hero-points { grid-template-columns: 1fr; }
    .or-contact-hero-points > span { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--or-contact-border); }
    .or-contact-hero-points > span:last-child { border-bottom: 0; }
    .or-contact-hero-media,
    .or-contact-hero-media img { min-height: 290px; max-height: 340px; }
    .or-contact-main { padding: 54px 0; }
    .or-contact-form-card,
    .or-contact-info-card { padding: 26px 22px; }
    .or-contact-aside { grid-template-columns: 1fr; }
    .or-contact-research-card-copy { max-width: 100%; padding: 28px 22px; }
    .or-contact-research-card::after { width: 110%; opacity: .3; }
    .or-contact-principles { padding-bottom: 54px; }
    .or-contact-principle-grid { grid-template-columns: 1fr; }
    .or-contact-principle-grid > div { border-right: 0 !important; border-bottom: 1px solid var(--or-contact-border); }
    .or-contact-principle-grid > div:last-child { border-bottom: 0; }
    .or-contact-faq-inner { padding: 22px; grid-template-columns: 64px minmax(0,1fr); gap: 16px; }
    .or-contact-faq-inner img { width: 60px; height: 60px; }
    .or-contact-faq-inner h2 { font-size: 23px; }
    .or-contact-faq-inner .or-contact-btn { grid-column: 1 / -1; justify-self: stretch; }
    .or-contact-metric-grid { grid-template-columns: 1fr 1fr; }
    .or-contact-metric { min-height: 96px; border-bottom: 1px solid rgba(255,255,255,.15); }
    .or-contact-metric:nth-child(2n) { border-right: 0; }
    .or-contact-metric:nth-child(3) { border-right: 1px solid rgba(255,255,255,.15); }
    .or-contact-metric:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
}

@media (max-width: 420px) {
    .or-contact-shell,
    .or-contact-breadcrumb { width: min(100% - 28px, 1220px); }
    .or-contact-form-card,
    .or-contact-info-card { padding: 24px 18px; }
    .or-contact-hero-actions { align-items: stretch; }
    .or-contact-btn { width: 100%; }
    .or-contact-metric { padding-inline: 12px; grid-template-columns: 32px minmax(0,1fr); }
}
