/* ==========================================================================
   Samyak Properties — Inner Pages Stylesheet (Premium Pass)
   Companion to include/style.php.

   TOKENS
   Colour   deep ink-navy + antique saffron gold on a warm ivory ground,
            with a whisper of terracotta for depth. Every gold value is
            desaturated slightly so it reads as metal, not crayon.
   Type     Fraunces (optical-size display serif, used large & confident)
            + Inter (body/UI, generous line-height, tightened letterforms
            on labels).
   Motif    "Land Survey Mark" — a fine corner bracket + a small diamond
            waypoint glyph, used consistently as the one recurring
            ornament: on eyebrows, dividers, card corners, and list
            markers. It reads as a surveyor's peg/plot marker, tying every
            touchpoint back to "plotted development" without being cute.
   Depth    soft, long, low-opacity shadows; thin hairline borders in gold
            at 15-20% opacity rather than flat grey.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,340;9..144,440;9..144,560;9..144,620&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --ink: #21201c;
    --ink-soft: #33302a;
    --ink-2: #4a453b;
    --olive: #4b4f3d;
    --gold: #ab7c3a;
    --gold-soft: #cf9f5e;
    --gold-pale: #ecdcbc;
    --terracotta: #a3562f;
    --ivory: #f6f1e6;
    --ivory-deep: #ece2cc;
    --paper: #fffcf6;
    --text: #262320;
    --text-soft: #726c5e;
    --line: rgba(171, 124, 58, 0.24);
    --line-soft: rgba(38, 35, 32, 0.1);
    --shadow-1: 0 2px 6px rgba(33, 32, 28, 0.07);
    --shadow-2: 0 22px 52px -22px rgba(33, 32, 28, 0.26);
    --shadow-3: 0 36px 84px -30px rgba(33, 32, 28, 0.4);
    --radius-lg: 4px 28px 4px 28px;
    --radius-md: 3px 18px 3px 18px;
    --ease: cubic-bezier(.22, .61, .36, 1);
    --font-display: 'Fraunces', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.section_spacing { padding: 108px 0; }
.section_spacing.pt-0 { padding-top: 0; }
.section_spacing.pb-0 { padding-bottom: 0; }

@media (max-width: 991px) {
    .section_spacing { padding: 72px 0; }
}

.section_title .small_label.svg-icon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font_beaufort_pro);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 22px;
}

.section_title .small_label.svg-icon::before {
    content: "\25C6";
    font-size: 9px;
    color: var(--gold);
    line-height: 1;
}

.section_title .small_label.svg-icon::after {
    content: "";
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.section_title.title_center .small_label.svg-icon { justify-content: center; }
.section_title.title_center .small_label.svg-icon::after { display: none; }

.section_title_text {
    font-family: var(--font_beaufort_pro);
    font-optical-sizing: auto;
    font-weight: 560;
    font-size: clamp(30px, 4vw, 46px);
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -0.015em;
}

.section_title_text .title_highlight {
    color: var(--gold);
    font-style: italic;
    font-weight: 440;
}

.section_title.title_center { text-align: center; }
.section_title.title_light .section_title_text,
.title_light .section_title_text { color: #fff; }
.blue-bg { color: var(--ink); }

h3.reveal-type, h4.reveal-type {
    font-family: var(--font_beaufort_pro);
    color: var(--ink);
    font-weight: 560;
}

p.reveal-type, .overview_content p {
    font-family: var(--font_beaufort_pro);
    color: var(--text-soft);
    line-height: 1.8;
    font-size: 16.5px;
}

main.main-content > section.project_overview:first-of-type {
    position: relative;
    padding: 168px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(60% 90% at 82% 0%, rgba(179,129,60,.16), transparent 60%),
        linear-gradient(168deg, var(--ink) 0%, var(--ink-soft) 58%, #1c3350 100%);
    isolation: isolate;
}

main.main-content > section.project_overview:first-of-type::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(70% 90% at 50% 0%, #000 0%, transparent 75%);
    z-index: -1;
}

main.main-content > section.project_overview:first-of-type::after {
    content: "";
    position: absolute;
    right: 6%;
    top: 50%;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(217, 172, 106, .22);
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

main.main-content > section.project_overview:first-of-type .overview_content { position: relative; }

main.main-content > section.project_overview:first-of-type .small_label.svg-icon {
    color: var(--gold-soft);
    justify-content: center;
}

main.main-content > section.project_overview:first-of-type .section_title_text,
main.main-content > section.project_overview:first-of-type .section_title_text .title_highlight {
    color: #fdfaf3;
}

main.main-content > section.project_overview:first-of-type .section_title_text .title_highlight {
    color: var(--gold-soft);
}

main.main-content > section.project_overview:first-of-type p.reveal-type {
    color: rgba(250, 246, 238, .68);
    font-size: 18px;
    max-width: 620px;
    margin: 18px auto 0;
    letter-spacing: .01em;
}

main.main-content > section.project_overview:first-of-type .section_title_text {
    font-size: clamp(40px, 6.2vw, 76px);
    letter-spacing: -.02em;
}

main.main-content > section.project_overview:first-of-type .row.justify-content-center {
    justify-content: flex-start !important;
}

main.main-content > section.project_overview:first-of-type .section_title.title_center {
    text-align: left;
}

main.main-content > section.project_overview:first-of-type .small_label.svg-icon {
    justify-content: flex-start;
}

main.main-content > section.project_overview:first-of-type p.reveal-type {
    margin: 18px 0 0;
    text-align: left;
}

/* ---- Stat counter grid (About Us / Why Invest) ---------------------------- */

.stat_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin: 40px 0;
}

.stat_grid .stat_item {
    padding: 34px 24px;
    text-align: center;
    border-left: 1px solid var(--line-soft);
}

.stat_grid .stat_item:first-child { border-left: none; }

.stat_grid .stat_number {
    display: block;
    font-family: var(--font_beaufort_pro);
    font-weight: 560;
    font-size: clamp(30px, 3.4vw, 44px);
    color: var(--ink);
    line-height: 1;
    letter-spacing: -.02em;
}

.stat_grid .stat_number .stat_suffix { color: var(--gold); }

.stat_grid .stat_label {
    display: block;
    margin-top: 10px;
    font-family: var(--font_beaufort_pro);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-soft);
}

@media (max-width: 767px) {
    .stat_grid { grid-template-columns: repeat(2, 1fr); }
    .stat_grid .stat_item:nth-child(3) { border-left: none; }
    .stat_grid .stat_item:nth-child(odd) { border-left: none; }
}

/* ---- Pull quote (editorial break, used in Sustainability / Our Story) ----- */

.pull_quote {
    position: relative;
    padding: 8px 0 8px 34px;
    border-left: 2px solid var(--gold);
    margin: 42px 0;
}

.pull_quote p {
    font-family: var(--font_beaufort_pro);
    font-style: italic;
    font-weight: 440;
    font-size: clamp(21px, 2.4vw, 27px);
    color: var(--ink);
    line-height: 1.5;
    margin: 0;
}

.pull_quote cite {
    display: block;
    margin-top: 14px;
    font-family: var(--font_beaufort_pro);
    font-style: normal;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
}

ul.arrow_listing {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 22px 0;
    padding: 0;
}

ul.arrow_listing li {
    position: relative;
    padding: 13px 0 13px 30px;
    font-family: var(--font_beaufort_pro);
    color: var(--text);
    line-height: 1.65;
    font-size: 15.5px;
    border-bottom: 1px solid var(--line-soft);
}

ul.arrow_listing li:last-child { border-bottom: none; }

ul.arrow_listing li::before {
    content: "\25C6";
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 9px;
    color: var(--gold);
    line-height: 1.5;
}

ul.arrow_listing li strong { color: var(--ink); font-weight: 600; }

.our_blog_item {
    background: var(--paper);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    overflow: hidden;
    /* height: 100%; */
    position: relative;
    box-shadow: var(--shadow-1);
    transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}

.our_blog_item::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 22px;
    height: 22px;
    border-top: 1.5px solid var(--gold-soft);
    border-left: 1.5px solid var(--gold-soft);
    z-index: 2;
    opacity: 0;
    transform: translate(-4px, -4px);
    transition: all .45s var(--ease);
}

.our_blog_item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-3);
    border-color: var(--line);
}

.our_blog_item:hover::before { opacity: 1; transform: translate(0, 0); }

.our_blog_item .img_wrap {
    aspect-ratio: 4 / 3.1;
    overflow: hidden;
    background: var(--ivory-deep);
    position: relative;
}

.our_blog_item .img_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(12,26,43,.5) 0%, transparent 45%);
    opacity: 0;
    transition: opacity .5s var(--ease);
}

.our_blog_item:hover .img_wrap::after { opacity: 1; }

.our_blog_item .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.92);
    transition: transform 1s var(--ease), filter .6s var(--ease);
}

.our_blog_item:hover .img_wrap img { transform: scale(1.08); filter: saturate(1.05); }

.our_blog_item .content_wrap { padding: 28px 28px 30px; }

.our_blog_item .date_author_meta span {
    font-family: var(--font_beaufort_pro);
    font-size: 11.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
}

.our_blog_item .title_wrap a,
.our_blog_item .title_wrap span.h6 {
    display: block;
    font-family: var(--font_beaufort_pro);
    font-size: 22px;
    font-weight: 560;
    color: var(--ink);
    text-decoration: none;
    margin: 8px 0 8px;
    letter-spacing: -.01em;
    transition: color .3s var(--ease);
}

.our_blog_item .title_wrap a:hover { color: var(--gold); }

.our_blog_item .category_meta_wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }

.our_blog_item .category_meta_wrap span a {
    font-family: var(--font_beaufort_pro);
    font-size: 12px;
    font-weight: 500;
    color: var(--text-soft);
    text-decoration: none;
    border: 1px solid var(--line);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
}

.our_blog_item .content_wrap p.reveal-type { font-size: 14.5px; line-height: 1.7; margin-top: 10px; }
.our_blog_item .cta_wrap { margin-top: 18px; }

.our_blog_item .cta_link {
    font-family: var(--font_beaufort_pro);
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ink);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.our_blog_item .cta_link::after { content: "\2192"; transition: transform .3s var(--ease); }
.our_blog_item .cta_link:hover { color: var(--gold); }
.our_blog_item .cta_link:hover::after { transform: translateX(4px); }

.key_highlights_listing ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-1);
}

.key_highlights_listing ul li { list-style: none; }

.key_highlights_listing ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font_beaufort_pro);
    font-size: 14.5px;
    font-weight: 500;
    color: var(--ink);
    text-decoration: none;
    padding: 18px 22px;
    border-bottom: 1px solid var(--line-soft);
    transition: all .3s var(--ease);
}

.key_highlights_listing ul li:last-child a { border-bottom: none; }

.key_highlights_listing ul li a::before {
    content: "\25C6";
    font-size: 8px;
    color: var(--gold);
    flex-shrink: 0;
}

.key_highlights_listing ul li a:hover { background: var(--ink); color: #fff; padding-left: 28px; }
.key_highlights_listing ul li a:hover::before { color: var(--gold-soft); }

.key_highlights_listing ul.d-flex {
    flex-direction: row;
    flex-wrap: wrap;
    background: transparent;
    border: none;
    box-shadow: none;
    gap: 10px;
}

.key_highlights_listing ul.d-flex li a {
    padding: 11px 20px;
    border-radius: 30px;
    border: 1px solid var(--line);
    background: var(--paper);
    font-size: 13px;
    letter-spacing: .03em;
}

.key_highlights_listing ul.d-flex li a:hover { padding-left: 20px; border-color: var(--ink); }

section.section_spacing.pb-0 .key_highlights_listing {
    background: var(--ivory-deep);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 26px 30px;
}

.two_col_living_tab_pane.inner_content_only {
    display: flex;
    align-items: center;
    gap: 72px;
    flex-wrap: wrap;
}

.two_col_living_tab_pane.inner_content_only.flex-row-reverse { flex-direction: row-reverse; }
.two_col_living_tab_pane .content_left { flex: 1 1 440px; }
.two_col_living_tab_pane .img_right { flex: 1 1 440px; position: relative; }

.two_col_living_tab_pane .img_fullwidth {
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4 / 3.15;
    background: var(--ivory-deep);
    box-shadow: var(--shadow-2);
    position: relative;
}

.two_col_living_tab_pane .img_fullwidth::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.two_col_living_tab_pane .img_fullwidth img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95); }
.two_col_living_tab_pane .text_content_top .small_label.svg-icon { margin-bottom: 16px; }

.two_col_living_tab_pane .text_content_top h3 {
    font-family: var(--font_beaufort_pro);
    color: var(--ink);
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 560;
    margin: 0 0 16px;
    letter-spacing: -.01em;
}

a.btn-explode.btn-theme.highlighted_brown,
button.btn-explode.btn-theme.highlighted_brown {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font_beaufort_pro);
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--ink);
    border: 1px solid var(--ink);
    padding: 17px 36px;
    border-radius: var(--radius-md);
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color .45s var(--ease), border-color .45s var(--ease);
}

a.btn-explode.btn-theme.highlighted_brown::before,
button.btn-explode.btn-theme.highlighted_brown::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, var(--gold), var(--gold-soft));
    transform: translateX(-102%);
    transition: transform .45s var(--ease);
    z-index: -1;
}

a.btn-explode.btn-theme.highlighted_brown:hover,
button.btn-explode.btn-theme.highlighted_brown:hover { border-color: var(--gold-soft); }

a.btn-explode.btn-theme.highlighted_brown:hover::before,
button.btn-explode.btn-theme.highlighted_brown:hover::before { transform: translateX(0); }

.btn-explode .btn-circle { display: none; }

.wn-video-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 16 / 8;
    background: var(--ink);
    box-shadow: var(--shadow-3);
}

.wn-video-wrap img { width: 100%; height: 100%; object-fit: cover; opacity: .68; filter: saturate(.85); }

.wn-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: linear-gradient(0deg, rgba(12,26,43,.65), rgba(12,26,43,.1) 55%);
}

.wn-play {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--gold);
    border: 1px solid rgba(255,255,255,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .4s var(--ease), background .4s var(--ease);
}

.wn-play:hover { transform: scale(1.1); background: var(--gold-soft); }

.wn-video-label {
    font-family: var(--font_beaufort_pro);
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.enquiry_form .form-control,
.career_form .form-control {
    width: 100%;
    font-family: var(--font_beaufort_pro);
    font-size: 15px;
    color: var(--text);
    background: var(--paper);
    border: none;
    border-bottom: 1.5px solid var(--line);
    border-radius: 0;
    padding: 15px 4px;
    transition: border-color .3s var(--ease);
}

.enquiry_form .form-control::placeholder,
.career_form .form-control::placeholder { color: var(--text-soft); }

.enquiry_form .form-control:focus,
.career_form .form-control:focus { outline: none; border-color: var(--gold); }

.enquiry_form textarea.form-control { resize: vertical; min-height: 110px; }

.career_form .form-label {
    display: block;
    font-family: var(--font_beaufort_pro);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.ratio.ratio-16x9 {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-2);
    filter: grayscale(.15) contrast(1.03);
}

main.main-content > section.project_overview:first-of-type + section::before {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    background: linear-gradient(180deg, var(--gold), transparent);
    margin: 0 auto -12px;
}

@media (max-width: 991px) {
    main.main-content > section.project_overview:first-of-type { padding: 128px 0 74px; }
    .two_col_living_tab_pane.inner_content_only,
    .two_col_living_tab_pane.inner_content_only.flex-row-reverse { flex-direction: column; gap: 40px; }
}

@media (max-width: 575px) {
    .our_blog_item .title_wrap a,
    .our_blog_item .title_wrap span.h6 { font-size: 19px; }
    a.btn-explode.btn-theme.highlighted_brown,
    button.btn-explode.btn-theme.highlighted_brown { width: 100%; }
    .key_highlights_listing ul.d-flex li a { padding: 10px 16px; font-size: 12.5px; }
}

@media (prefers-reduced-motion: reduce) {
    .our_blog_item,
    .our_blog_item .img_wrap img,
    .our_blog_item .cta_link::after,
    .wn-play,
    a.btn-explode.btn-theme.highlighted_brown::before { transition: none !important; }
}

/* ==========================================================================
   Project-detail additions: intro strip, highlight chips, feature grid,
   spec cards (villas/floors). Added for granular project content pages.
   ========================================================================== */

/* ---- Project intro strip (subheading + lede, right under hero) ----------- */

.project_intro {
    padding-bottom: 8px;
}

.project_intro .project_kicker {
    font-family: var(--font_beaufort_pro);
    font-style: italic;
    font-weight: 440;
    font-size: clamp(20px, 2.2vw, 25px);
    color: var(--gold);
    margin: 0 0 18px;
    letter-spacing: -.005em;
}

.project_intro p.reveal-type {
    max-width: 820px;
}

/* ---- Highlight chips (compact "Highlights:" line from source doc) -------- */

.highlight_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 4px;
    padding: 0;
    list-style: none;
}

.highlight_chips li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font_beaufort_pro);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 9px 16px;
    border-radius: 30px;
}

.highlight_chips li::before {
    content: "\25C6";
    font-size: 7px;
    color: var(--gold);
}

/* ---- Feature grid (Heading 5 + card-text pairs from source doc) ---------- */

.feature_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 8px;
}

.feature_card {
    background: var(--paper);
    padding: 32px 28px;
    transition: background .35s var(--ease);
}

.feature_card:hover { background: var(--ivory-deep); }

.feature_card .feature_index {
    display: block;
    font-family: var(--font_beaufort_pro);
    font-style: italic;
    font-size: 13px;
    color: var(--gold);
    margin-bottom: 14px;
}

.feature_card h4 {
    font-family: var(--font_beaufort_pro);
    font-weight: 560;
    font-size: 18.5px;
    color: var(--ink);
    margin: 0 0 10px;
    letter-spacing: -.005em;
}

.feature_card p {
    font-family: var(--font_beaufort_pro);
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-soft);
    margin: 0;
}

@media (max-width: 991px) {
    .feature_grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
    .feature_grid { grid-template-columns: 1fr; }
    .feature_card { padding: 26px 24px; }
}

/* ---- Spec card (villa / floor typology cards) ----------------------------- */

.spec_card {
    background: var(--paper);
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    padding: 34px 32px;
    margin-bottom: 24px;
    box-shadow: var(--shadow-1);
    transition: box-shadow .4s var(--ease), border-color .4s var(--ease);
}

.spec_card:hover {
    box-shadow: var(--shadow-2);
    border-color: var(--line);
}

.spec_card .spec_name {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.spec_card .spec_name h4 {
    font-family: var(--font_beaufort_pro);
    font-weight: 560;
    font-size: 24px;
    color: var(--ink);
    margin: 0;
    letter-spacing: -.01em;
}

.spec_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    padding: 0;
    list-style: none;
}

.spec_tags li {
    font-family: var(--font_beaufort_pro);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--gold);
    background: var(--gold-pale);
    padding: 6px 13px;
    border-radius: 4px;
}

.spec_card p {
    font-family: var(--font_beaufort_pro);
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-soft);
    margin: 0;
}

/* ---- Section divider label (used to separate sub-brand sections) --------- */

.subsection_divider {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 46px;
}

.subsection_divider::before,
.subsection_divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line);
}

.subsection_divider span {
    font-family: var(--font_beaufort_pro);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    white-space: nowrap;
}
