/*
Theme Name: Langji Atelier
Theme URI: https://tra4.l-langji.com/
Author: Codex
Description: Lightweight B2B jewelry manufacturer theme with catalog and inquiry workflow.
Version: 1.0.0
Text Domain: langji
*/

:root {
  --ink: #18201e;
  --muted: #65706b;
  --ivory: #f7f4ed;
  --paper: #fffdf8;
  --sage: #38594e;
  --sage-dark: #254238;
  --gold: #b28a4a;
  --line: rgba(24, 32, 30, .13);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(31, 44, 39, .10);
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0 0 .75em; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.25rem; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(76px, 10vw, 132px) 0; }
.section--soft { background: var(--ivory); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--sage); font-size: .76rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 1px; content: ""; background: var(--gold); }
.lead { max-width: 700px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid var(--sage); border-radius: 100px; background: var(--sage); color: white; font-size: .84rem; font-weight: 750; letter-spacing: .05em; transition: .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--sage-dark); box-shadow: 0 12px 30px rgba(37, 66, 56, .2); }
.button--ghost { border-color: rgba(24,32,30,.24); background: transparent; color: var(--ink); }
.button--ghost:hover { background: var(--ink); color: white; }
.button--light { border-color: white; background: white; color: var(--sage-dark); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: -999px; padding: 12px 18px; background: white; }
.skip-link:focus { left: 10px; }

.topbar { padding: 9px 20px; background: var(--sage-dark); color: rgba(255,255,255,.82); text-align: center; font-size: .72rem; letter-spacing: .08em; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.94); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--sage); font-family: Georgia, serif; font-size: 1.05rem; }
.brand-copy strong { display: block; font-family: Georgia, serif; font-size: 1.05rem; font-weight: 500; letter-spacing: .13em; }
.brand-copy small { display: block; color: var(--muted); font-size: .55rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); margin: 0; padding: 0; list-style: none; }
.nav-menu a { position: relative; padding: 28px 0; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.nav-menu a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: .2s; }
.nav-menu a:hover::after, .nav-menu .current-menu-item a::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }

.hero { position: relative; min-height: min(800px, calc(100vh - 110px)); overflow: hidden; background: var(--ivory); }
.hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(247,244,237,.97) 0%, rgba(247,244,237,.85) 36%, rgba(247,244,237,.12) 68%, rgba(247,244,237,0) 100%); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: min(800px, calc(100vh - 110px)); align-items: center; }
.hero-copy { max-width: 680px; padding: 80px 0; }
.hero h1 { max-width: 650px; }
.hero .lead { max-width: 570px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 680px; margin-top: 58px; border-top: 1px solid rgba(24,32,30,.18); }
.trust-item { padding: 20px 24px 0 0; }
.trust-item strong { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.trust-item span { color: var(--muted); font-size: .75rem; letter-spacing: .04em; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading > div:first-child { max-width: 760px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--sage); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link::after { content: "→"; font-size: 1.1rem; transition: transform .2s; }
.text-link:hover::after { transform: translateX(5px); }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.category-card { position: relative; grid-column: span 6; min-height: 510px; overflow: hidden; border-radius: var(--radius); background: #e8e3da; }
.category-card:nth-child(n+3) { grid-column: span 4; min-height: 390px; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.045); }
.category-card::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(16,23,21,.82)); }
.category-card-copy { position: absolute; z-index: 2; right: 30px; bottom: 28px; left: 30px; color: white; }
.category-card-copy span { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.category-card-copy h3 { margin: 8px 0 0; }

.material-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(44px, 8vw, 100px); }
.material-visual { position: relative; }
.material-visual img { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius); object-fit: cover; }
.material-badge { position: absolute; right: -28px; bottom: 44px; width: 150px; padding: 25px 20px; border-radius: 50%; background: var(--sage); color: white; text-align: center; aspect-ratio: 1; display: grid; place-content: center; box-shadow: var(--shadow); }
.material-badge strong { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.material-list { margin: 30px 0 34px; padding: 0; list-style: none; }
.material-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.material-list b { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .7rem; }
.material-list strong { display: block; margin-bottom: 3px; font-family: Georgia, serif; font-size: 1.14rem; font-weight: 500; }
.material-list span { color: var(--muted); font-size: .88rem; }

.process { background: var(--sage-dark); color: white; }
.process .eyebrow { color: #d6c49f; }
.process .lead { color: rgba(255,255,255,.66); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 54px; background: rgba(255,255,255,.14); }
.process-step { position: relative; min-height: 250px; padding: 38px; background: var(--sage-dark); }
.process-step .number { display: block; margin-bottom: 44px; color: #cdb783; font-family: Georgia, serif; font-size: 1.2rem; }
.process-step h3 { margin-bottom: 12px; }
.process-step p { color: rgba(255,255,255,.6); font-size: .9rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { border-radius: 18px; background: white; overflow: hidden; box-shadow: 0 10px 38px rgba(28,39,35,.06); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-card-media { overflow: hidden; aspect-ratio: 1; background: #ece8e0; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.product-card:hover img { transform: scale(1.04); }
.product-card-copy { padding: 22px 24px 25px; }
.product-card-copy .meta { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card-copy h3 { margin: 8px 0 7px; font-size: 1.35rem; }
.product-card-copy p { margin: 0; color: var(--muted); font-size: .85rem; }

.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.proof { padding: 34px 28px; border-right: 1px solid var(--line); }
.proof:last-child { border: 0; }
.proof svg { width: 28px; margin-bottom: 22px; color: var(--gold); }
.proof strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 500; }
.proof span { color: var(--muted); font-size: .82rem; }

.cta-panel { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: var(--radius); background: var(--sage); color: white; }
.cta-copy { padding: clamp(44px, 7vw, 86px); }
.cta-copy p { max-width: 560px; color: rgba(255,255,255,.7); }
.cta-pattern { min-height: 390px; background: radial-gradient(circle at 25% 30%, rgba(211,190,142,.56) 0 2px, transparent 3px), radial-gradient(circle at 70% 65%, rgba(255,255,255,.24) 0 3px, transparent 4px), linear-gradient(135deg, #466c5e, #1e3b32); background-size: 48px 48px, 68px 68px, auto; }

.page-hero { padding: 100px 0 72px; background: var(--ivory); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 5vw, 5rem); }
.content-shell { width: min(860px, calc(100vw - 48px)); margin: 0 auto; padding: 80px 0 110px; }
.content-shell h2 { margin-top: 1.5em; font-size: clamp(1.8rem,3vw,2.8rem); }
.content-shell ul { padding-left: 1.2rem; }
.archive-intro { max-width: 720px; }
.archive-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 35px 0 48px; }
.archive-filter a { padding: 9px 16px; border: 1px solid var(--line); border-radius: 99px; font-size: .78rem; }
.archive-filter a:hover { border-color: var(--sage); background: var(--sage); color: white; }
.single-product { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 90px); padding: 90px 0 120px; }
.single-product-image img { width: 100%; border-radius: var(--radius); background: var(--ivory); }
.single-product-copy { align-self: center; }
.spec-list { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.spec-list li { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.spec-list span { color: var(--muted); }

.inquiry-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px,7vw,90px); }
.inquiry-card { padding: clamp(28px,5vw,52px); border-radius: var(--radius); background: var(--ivory); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field--full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 7px; font-size: .76rem; font-weight: 750; letter-spacing: .04em; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(24,32,30,.18); border-radius: 10px; outline: 0; background: white; color: var(--ink); font: inherit; }
.field input, .field select { height: 50px; padding: 0 14px; }
.field textarea { min-height: 150px; padding: 14px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(56,89,78,.1); }
.file-picker{display:flex;min-height:50px;align-items:center;overflow:hidden;border:1px solid rgba(24,32,30,.18);border-radius:10px;background:#fff}.file-picker:focus-within{border-color:var(--sage);box-shadow:0 0 0 3px rgba(56,89,78,.1)}.file-picker input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.file-picker .file-picker-button{display:inline-flex;min-height:48px;align-items:center;margin:0;padding:0 16px;border-right:1px solid rgba(24,32,30,.18);background:#f3f3f1;cursor:pointer;font-size:.78rem;font-weight:750;white-space:nowrap}.file-picker .file-picker-button:hover{background:#e8e8e5}.file-picker-name{min-width:0;overflow:hidden;padding:0 14px;color:#5f6864;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}
.notice { margin-bottom: 25px; padding: 14px 18px; border-radius: 10px; background: #e4f2e9; color: #24553a; }
.hp-field { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 72px 0 28px; background: #14241f; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 55px; }
.footer-about p { max-width: 350px; color: rgba(255,255,255,.56); font-size: .87rem; }
.footer-title { margin-bottom: 18px; color: #d5c190; font-family: inherit; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 9px 0; }
.footer-links a { color: rgba(255,255,255,.67); font-size: .84rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 62px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .72rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; min-width: 110px; height: 48px; place-items: center; padding: 0 18px; border-radius: 99px; background: #1f9d61; color: white; box-shadow: 0 14px 35px rgba(16,66,42,.28); font-size: .78rem; font-weight: 800; letter-spacing: .03em; }
.client-panel{max-width:580px;margin:0 auto;padding:42px;border:1px solid var(--line);background:var(--ivory)}.client-panel label{display:block;margin:14px 0 5px;font-weight:700}.client-panel input[type=text],.client-panel input[type=password]{width:100%;height:48px;padding:0 12px;border:1px solid #ccc}.client-panel input[type=submit]{min-height:46px;padding:0 24px;border:0;background:#111;color:#fff;font-weight:800}.client-dashboard{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px}.client-inquiries article{padding:18px 0;border-bottom:1px solid var(--line)}.client-inquiries span{float:right;color:var(--muted);font-size:.8rem}.client-inquiries p{margin:6px 0 0;color:var(--muted)}
@media(max-width:960px){.home .header-search-menu{position:absolute;right:0}}
.home .nav-menu{gap:20px}.home .nav-menu a{white-space:nowrap;font-size:.72rem}.home .header-inner{gap:18px}.home .brand-copy strong{font-size:.98rem}
.nav-menu>li:nth-child(2)>.sub-menu{width:760px;grid-template-columns:repeat(4,1fr);gap:0 25px}.nav-menu>li:nth-child(2):hover>.sub-menu{display:grid}.rtl-content{direction:rtl;text-align:right}.rtl-content .button{direction:rtl}@media(max-width:960px){.nav-menu .sub-menu{position:static;width:auto!important;box-shadow:none}.nav-menu li:hover>.sub-menu{display:block}.client-dashboard{grid-template-columns:1fr}}

@media (max-width: 960px) {
  :root { --container: min(100% - 34px, 1180px); }
  .desktop-cta { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; z-index: 99; top: 105px; right: 0; bottom: 0; left: 0; padding: 28px; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .menu-open .site-nav { transform: translateX(0); }
  .nav-menu { display: block; }
  .nav-menu a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
  .nav-menu a::after { display: none; }
  .hero::after { background: linear-gradient(90deg, rgba(247,244,237,.98), rgba(247,244,237,.8) 62%, rgba(247,244,237,.15)); }
  .hero-copy { max-width: 620px; }
  .category-card, .category-card:nth-child(n+3) { grid-column: span 6; min-height: 390px; }
  .material-layout, .cta-panel, .single-product, .inquiry-wrap { grid-template-columns: 1fr; }
  .material-visual { max-width: 680px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof:nth-child(2) { border-right: 0; }
  .proof:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-about { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1180px); }
  .topbar { font-size: .62rem; }
  .header-inner { min-height: 70px; }
  .brand-copy small { display: none; }
  .site-nav { top: 97px; }
  .hero, .hero-inner { min-height: 700px; }
  .hero-media { object-position: 66% center; opacity: .55; }
  .hero::after { background: linear-gradient(90deg, rgba(247,244,237,.98), rgba(247,244,237,.7)); }
  .hero-copy { padding: 70px 0; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .trust-row { grid-template-columns: 1fr; margin-top: 36px; }
  .trust-item { padding-top: 13px; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 12px; }
  .category-card, .category-card:nth-child(n+3) { grid-column: 1/-1; min-height: 390px; }
  .material-badge { right: 12px; bottom: 18px; width: 120px; }
  .process-grid, .product-grid, .proof-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .proof { border-right: 0; border-bottom: 1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-about { grid-column: 1/-1; }
  .footer-bottom { display: block; }
}

/* Reference-aligned manufacturer homepage */
.home .topbar{display:none}.home .site-header{position:absolute;top:0;width:100%;border:0;background:linear-gradient(180deg,rgba(0,0,0,.58),transparent);color:#fff;backdrop-filter:none}.home .brand-mark{border-color:rgba(255,255,255,.65);color:#fff}.home .brand-copy small,.home .nav-menu a,.home .header-search-menu,.home .header-login,.home .language-menu{color:#fff}.home .nav-menu a::after{background:#fff}.header-search-menu{position:relative}.header-search-menu summary{cursor:pointer;list-style:none;font-size:1.8rem;line-height:1}.header-search-menu form{position:absolute;right:0;top:40px;display:none;width:min(440px,calc(100vw - 30px));padding:16px;background:#fff;box-shadow:var(--shadow)}.header-search-menu[open] form{display:flex}.header-search-menu input{width:100%;height:46px;padding:0 12px;border:1px solid #ccc}.header-search-menu button{border:0;background:#111;color:#fff;padding:0 18px;font-weight:700}.header-login{font-size:.75rem;font-weight:700}.language-menu{position:relative;font-size:.76rem;font-weight:700}.language-menu summary{cursor:pointer;list-style:none}.language-menu div{position:absolute;right:0;top:32px;display:none;min-width:130px;padding:10px;background:#fff;color:var(--ink);box-shadow:var(--shadow)}.language-menu[open] div{display:grid}.language-menu a{padding:7px 9px}.nav-menu li{position:relative}.nav-menu .sub-menu{position:absolute;top:62px;left:-20px;display:none;min-width:230px;margin:0;padding:14px 20px;background:#fff;box-shadow:var(--shadow);list-style:none}.nav-menu li:hover>.sub-menu{display:block}.nav-menu .sub-menu a{display:block;padding:9px 0!important;color:#111!important}.nav-menu .sub-menu a::after{display:none}.ref-hero{min-height:760px;background-image:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.12)),var(--hero);background-position:center;background-size:cover;color:#fff}.ref-hero-inner{display:flex;min-height:760px;align-items:center}.ref-hero-copy{max-width:700px;padding-top:60px}.ref-hero h1{font-size:clamp(3.2rem,5.2vw,5.4rem);font-weight:700;line-height:1.03;letter-spacing:-.035em}.ref-hero p{max-width:690px;font-size:1rem;font-weight:600}.ref-button{display:inline-flex;min-height:49px;align-items:center;padding:0 24px;border:1px solid #101413;background:#101413;color:#fff;font-size:.78rem;font-weight:800}.ref-button:hover{background:#fff;color:#111}.ref-button--light{border-color:#fff;background:#fff;color:#111}.ref-outline{display:inline-flex;min-height:48px;align-items:center;padding:0 22px;border:1px solid #111;font-size:.76rem;font-weight:800}.ref-stats{padding:64px 0;background:#fff}.ref-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.ref-stat{text-align:center}.ref-stat-icon{display:grid;height:76px;place-items:center;margin-bottom:18px;font-family:Georgia,serif;font-size:2rem}.ref-stat strong{display:block;font-family:Arial,sans-serif;font-size:1rem;font-weight:500}.ref-stat small{display:block;margin-top:6px;color:#707070}.ref-section{padding:94px 0}.ref-heading{max-width:880px;margin:0 auto 50px;text-align:center}.ref-heading h2{font-size:clamp(2.15rem,3.5vw,3.45rem);font-weight:700}.ref-heading p{color:#555;font-size:1rem}.ref-two-cards{display:grid;grid-template-columns:1fr 1fr;gap:28px}.ref-image-card{position:relative;min-height:480px;overflow:hidden;background:#111;color:#fff}.ref-image-card img{width:100%;height:100%;object-fit:cover;transition:.6s}.ref-image-card::after{position:absolute;inset:40% 0 0;content:"";background:linear-gradient(transparent,rgba(0,0,0,.8))}.ref-image-card:hover img{transform:scale(1.04)}.ref-image-card div{position:absolute;z-index:2;right:32px;bottom:28px;left:32px}.ref-image-card h3{font-family:Arial,sans-serif;font-size:1.55rem;font-weight:700}.ref-image-card span{font-size:.75rem;font-weight:700}.ref-feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:650px;background:#f1f1ef}.ref-feature--reverse{direction:rtl;background:#fff}.ref-feature--reverse>*{direction:ltr}.ref-feature-image img{width:100%;height:100%;object-fit:cover}.ref-feature-copy{align-self:center;max-width:680px;padding:70px clamp(40px,7vw,110px)}.ref-feature-copy>span,.ref-brass span,.ref-private span,.ref-factory span{font-size:.7rem;font-weight:800;letter-spacing:.15em}.ref-feature-copy h2{margin-top:14px;font-size:clamp(2.4rem,4vw,4rem);font-weight:700}.ref-feature-copy p{color:#555}.ref-feature-copy ul{margin:26px 0 32px;padding:0;list-style:none}.ref-feature-copy li{padding:9px 0;border-bottom:1px solid #d4d4d2}.ref-brass{padding:80px 0;background:#151515;color:#fff}.ref-brass .container{display:grid;grid-template-columns:1fr 1.4fr auto;align-items:center;gap:60px}.ref-brass h2{margin:10px 0 0;font-size:2.8rem;font-weight:700}.ref-brass p{margin:0;color:#bbb}.ref-plating{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.ref-plating div{padding:20px;border:1px solid #ddd;text-align:center}.ref-plating i{display:block;height:190px;margin-bottom:20px}.ref-plating b{font-family:Georgia,serif;font-size:1.25rem}.ref-private{padding:100px 0;background:#0e0e0e;color:#fff}.ref-private-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px}.ref-private h2{margin-top:14px;font-size:clamp(2.5rem,4vw,4rem);font-weight:700}.ref-private p{color:#bbb}.ref-private img{width:100%;height:520px;object-fit:cover}.ref-process{background:#f5f5f3}.ref-process-columns{display:grid;grid-template-columns:1fr 1fr;gap:32px}.ref-process-columns>div{padding:42px;background:#fff}.ref-process-columns>div>h3{padding-bottom:20px;border-bottom:3px solid #111;font-size:2rem;font-weight:700}.ref-process-row{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid #ddd}.ref-process-row>b{display:grid;width:34px;height:34px;place-items:center;background:#111;color:#fff}.ref-process-row strong{font-size:.95rem}.ref-process-row p{margin:5px 0 0;color:#666;font-size:.82rem}.ref-process-columns .ref-button{margin-top:26px}.ref-three-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ref-three-cards a{position:relative;height:430px;overflow:hidden;background:#111}.ref-three-cards img{width:100%;height:100%;object-fit:cover;opacity:.8}.ref-three-cards h3{position:absolute;right:0;bottom:0;left:0;margin:0;padding:26px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff;font-family:Arial,sans-serif;font-weight:700}.center{text-align:center;margin-top:35px}.ref-factory{position:relative;display:grid;min-height:650px;place-items:center;background-image:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.7)),var(--factory);background-position:center;background-size:cover;color:#fff;text-align:center}.ref-factory .container{max-width:780px}.ref-factory h2{margin-top:14px;font-size:clamp(3rem,5vw,5rem);font-weight:700}.ref-factory p{color:#ddd}.ref-play{display:grid;width:74px;height:74px;place-items:center;margin:30px auto 0;border:2px solid #fff;border-radius:50%;color:#fff}.ref-capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd}.ref-capability-grid article{position:relative;min-height:320px;overflow:hidden;background:#111}.ref-capability-grid img{width:100%;height:100%;object-fit:cover;opacity:.72;transition:.5s}.ref-capability-grid article:hover img{transform:scale(1.05);opacity:.5}.ref-capability-grid article div{position:absolute;right:20px;bottom:16px;left:20px;color:#fff}.ref-capability-grid h3{margin:0 0 5px;font-family:Arial,sans-serif;font-size:1.05rem;font-weight:700}.ref-capability-grid p{margin:0;font-size:.75rem}.ref-cases{background:#f5f5f3}.ref-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ref-case-grid article{padding-bottom:25px;background:#fff}.ref-case-grid img{width:100%;height:260px;object-fit:cover}.ref-case-grid span{display:block;margin:22px 24px 8px;font-size:.65rem;font-weight:800;letter-spacing:.14em}.ref-case-grid h3,.ref-case-grid p{margin-right:24px;margin-left:24px}.ref-case-grid h3{font-family:Arial,sans-serif;font-weight:700}.ref-case-grid p{color:#666;font-size:.84rem}.ref-trusted{padding:90px 0;background:#121212;color:#fff;text-align:center}.ref-trusted h2{font-size:clamp(2.2rem,4vw,3.8rem);font-weight:700}.ref-trusted p{color:#aaa}.ref-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin-top:48px;background:#444}.ref-logos b{padding:28px 10px;background:#121212;font-family:Georgia,serif;font-weight:500;letter-spacing:.08em}.ref-cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ref-cert-grid article{min-height:230px;padding:34px;border:1px solid #ddd;text-align:center}.ref-cert-grid span{display:grid;width:62px;height:62px;place-items:center;margin:0 auto 24px;border:2px solid #111;border-radius:50%;font-size:1.6rem}.ref-cert-grid h3{font-family:Arial,sans-serif;font-size:1rem;font-weight:700}.ref-cert-grid p{color:#666;font-size:.8rem}.ref-exhibitions{background:#f5f5f3}.ref-exhibition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ref-exhibition-grid article{background:#fff}.ref-exhibition-grid img{width:100%;height:250px;object-fit:cover}.ref-exhibition-grid h3,.ref-exhibition-grid p{margin-right:22px;margin-left:22px}.ref-exhibition-grid h3{margin-top:22px;font-family:Arial,sans-serif;font-weight:700}.ref-exhibition-grid p{padding-bottom:24px;color:#666;font-size:.84rem}.ref-contact{padding:100px 0;background:#0c0c0c;color:#fff}.ref-contact>.container{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.ref-contact h2{font-size:clamp(2.6rem,4vw,4rem);font-weight:700}.ref-contact header p{color:#aaa}.ref-contact .inquiry-card{background:#fff;color:#111}
@media(max-width:960px){.home .site-header{height:86px}.home .header-inner{justify-content:center}.home .menu-toggle{position:absolute;left:0;border-color:#fff;color:#fff}.home .header-search{position:absolute;right:0}.home .site-nav{top:86px}.home .language-menu,.home .header-login{display:none}.ref-hero,.ref-hero-inner{min-height:680px}.ref-stats-grid{grid-template-columns:repeat(2,1fr)}.ref-two-cards,.ref-feature,.ref-feature--reverse,.ref-private-grid,.ref-process-columns,.ref-contact>.container{grid-template-columns:1fr}.ref-feature--reverse{direction:ltr}.ref-feature-image{height:500px}.ref-brass .container{grid-template-columns:1fr}.ref-plating,.ref-capability-grid,.ref-cert-grid{grid-template-columns:repeat(2,1fr)}.ref-case-grid,.ref-exhibition-grid{grid-template-columns:1fr 1fr}.ref-logos{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.home .brand-copy small{display:none}.home .brand-copy strong{font-size:.9rem}.ref-hero{min-height:620px;background-position:62% center}.ref-hero-inner{min-height:620px;align-items:flex-start}.ref-hero-copy{padding-top:145px}.ref-hero h1{font-size:2.45rem;line-height:1.05}.ref-hero p{font-size:.78rem}.ref-stats{padding:46px 0}.ref-stats-grid{gap:35px 12px}.ref-stat-icon{height:55px;font-size:1.55rem}.ref-stat strong{font-size:.9rem}.ref-stat small{font-size:.68rem}.ref-section{padding:64px 0}.ref-heading{margin-bottom:32px}.ref-heading h2{font-size:2rem}.ref-two-cards{gap:16px}.ref-image-card{min-height:370px}.ref-feature-image{height:390px}.ref-feature-copy{padding:52px 24px}.ref-brass{padding:60px 0}.ref-brass h2{font-size:2.2rem}.ref-plating{gap:10px}.ref-plating i{height:110px}.ref-private{padding:65px 0}.ref-private img{height:330px}.ref-process-columns>div{padding:24px}.ref-three-cards,.ref-case-grid,.ref-exhibition-grid{grid-template-columns:1fr}.ref-three-cards a{height:340px}.ref-factory{min-height:520px}.ref-capability-grid{grid-template-columns:1fr 1fr}.ref-capability-grid article{min-height:250px}.ref-cert-grid{grid-template-columns:1fr 1fr;gap:10px}.ref-cert-grid article{padding:22px 12px}.ref-logos{grid-template-columns:1fr 1fr}.ref-contact{padding:70px 0}.ref-contact>.container{gap:35px}}

/* Keep dropdowns connected to their parent item so the pointer cannot cross a hover gap. */
@media(min-width:961px){
  .nav-menu>li{display:flex;min-height:78px;align-items:center}
  .nav-menu>li>.sub-menu{z-index:120;top:100%}
  .nav-menu li:focus-within>.sub-menu{display:block}
  .nav-menu>li:nth-child(2):focus-within>.sub-menu{display:grid}
}
@media(max-width:960px){
  .nav-menu>li{display:block;min-height:0}
  .nav-menu .sub-menu,.nav-menu>li:nth-child(2)>.sub-menu{position:static;display:block;width:auto!important;min-width:0;margin:0;padding:0 0 0 18px;background:transparent;box-shadow:none}
  .nav-menu .sub-menu a{color:inherit!important;font-family:inherit;font-size:.92rem}
}

/* Custom Service landing page */
.custom-service-page .topbar{display:none}.custom-service-page .site-header{position:absolute;top:0;width:100%;border:0;background:linear-gradient(180deg,rgba(0,0,0,.68),transparent);color:#fff;backdrop-filter:none}.custom-service-page .brand-mark{border-color:rgba(255,255,255,.7);color:#fff}.custom-service-page .brand-copy small,.custom-service-page .nav-menu>li>a,.custom-service-page .header-search-menu,.custom-service-page .header-login{color:#fff}.custom-service-page .nav-menu>li>a::after{background:#fff}
.cs-hero{min-height:760px;background-image:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.38) 48%,rgba(0,0,0,.08) 100%),var(--cs-hero);background-position:center;background-size:cover;color:#fff}.cs-hero-inner{display:flex;min-height:760px;align-items:center}.cs-hero-inner>div{max-width:640px;padding-top:60px}.cs-hero h1{font-size:clamp(3rem,5vw,5rem);font-weight:700}.cs-hero p{max-width:580px;color:#eee;font-size:1.02rem}.cs-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 22px;border:1px solid #111;background:#111;color:#fff;font-size:.74rem;font-weight:800;letter-spacing:.03em}.cs-button:hover{background:#333}.cs-button--light{border-color:#fff;background:#fff;color:#111}.cs-button--outline-light{border-color:#fff;background:transparent;color:#fff}.cs-audience{padding:64px 0;background:#f4f4f3}.cs-audience h2{text-align:center;font-size:2.2rem;font-weight:700}.cs-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:42px}.cs-audience-grid article{padding:10px 28px;border-right:1px solid #d9d9d6}.cs-audience-grid article:last-child{border:0}.cs-audience-grid h3{font-family:Arial,sans-serif;font-size:1rem;font-weight:800}.cs-audience-grid p{margin:0;color:#666;font-size:.78rem}.cs-section{padding:94px 0}.cs-section>div>h2,.cs-faq h2{margin-bottom:44px;text-align:center;font-size:clamp(2.2rem,3.5vw,3.3rem);font-weight:700}.cs-process-list{display:grid;gap:18px}.cs-process-list article{display:grid;grid-template-columns:360px 1fr;align-items:center;gap:45px;min-height:220px}.cs-process-list article:nth-child(even){grid-template-columns:1fr 360px}.cs-process-list article:nth-child(even) img{grid-column:2;grid-row:1}.cs-process-list img{width:100%;height:220px;object-fit:cover}.cs-process-list span{display:block;margin-bottom:10px;font-family:Georgia,serif;font-size:1.2rem}.cs-process-list h3{margin-bottom:10px;font-family:Arial,sans-serif;font-size:1.1rem;font-weight:800}.cs-process-list p{max-width:720px;margin:0;color:#666;font-size:.84rem}.cs-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}.cs-heading h2{margin:0;font-size:clamp(2.2rem,3.5vw,3.3rem);font-weight:700}.cs-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cs-option-grid article{background:#f3f3f1}.cs-option-grid img{width:100%;height:260px;object-fit:cover}.cs-option-grid article>div{padding:24px}.cs-option-grid h3{font-family:Arial,sans-serif;font-size:1.05rem;font-weight:800}.cs-option-grid p{margin:0;color:#666;font-size:.78rem}.cs-gems{display:flex;min-height:520px;align-items:center;background-image:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.08)),var(--cs-image);background-position:center;background-size:cover;color:#fff}.cs-gems .container>div{max-width:580px}.cs-gems h2{font-size:clamp(2.6rem,4vw,4rem);font-weight:700}.cs-gems p{color:#eee}.cs-split{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:0}.cs-split>img{width:100%;height:600px;object-fit:cover}.cs-panel{padding:60px;background:#f4f4f2}.cs-panel h2{font-size:clamp(2.2rem,3.3vw,3.2rem);font-weight:700}.cs-panel ul{margin:25px 0 35px;padding:0;list-style:none}.cs-panel li{padding:11px 0 11px 25px;border-bottom:1px solid #d8d8d5;position:relative}.cs-panel li::before{position:absolute;left:0;content:'✓';font-weight:800}.cs-section--soft{background:#f7f7f6}.cs-split--reverse>img{grid-column:2;grid-row:1}.cs-split--reverse>.cs-panel{grid-column:1;grid-row:1}.cs-story{padding:100px 0;background:#f0f0ee}.cs-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:65px}.cs-story h2{font-size:clamp(2.2rem,3.4vw,3.3rem);font-weight:700}.cs-story p{color:#666}.cs-story img{width:100%;height:520px;object-fit:cover}.cs-faq-list{max-width:1040px;margin:auto;border-top:1px solid #ddd}.cs-faq details{border-bottom:1px solid #ddd}.cs-faq summary{position:relative;padding:20px 45px 20px 0;cursor:pointer;font-weight:700;list-style:none}.cs-faq summary::after{position:absolute;right:5px;content:'+';font-size:1.4rem}.cs-faq details[open] summary::after{content:'−'}.cs-faq details>div{max-width:850px;padding:0 0 22px;color:#666}.cs-cta{display:flex;min-height:480px;align-items:center;background-image:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.18)),var(--cs-cta);background-position:center;background-size:cover;color:#fff}.cs-cta .container>div{max-width:620px}.cs-cta h2{font-size:clamp(2.8rem,4.5vw,4.5rem);font-weight:700}.cs-cta p{color:#ddd}
@media(max-width:960px){.custom-service-page .site-header{height:86px}.custom-service-page .menu-toggle{position:absolute;left:0;border-color:#fff;color:#fff}.custom-service-page .header-inner{justify-content:center}.custom-service-page .site-nav{top:86px}.custom-service-page .header-login{display:none}.cs-audience-grid{grid-template-columns:1fr 1fr;gap:30px}.cs-audience-grid article{border:0}.cs-process-list article,.cs-process-list article:nth-child(even){grid-template-columns:280px 1fr}.cs-process-list article:nth-child(even) img{grid-column:1;grid-row:auto}.cs-option-grid{grid-template-columns:1fr 1fr}.cs-split,.cs-story-grid{grid-template-columns:1fr}.cs-split--reverse>img,.cs-split--reverse>.cs-panel{grid-column:auto;grid-row:auto}}
@media(max-width:640px){.cs-hero,.cs-hero-inner{min-height:650px}.cs-hero-inner{align-items:flex-end}.cs-hero-inner>div{padding:120px 0 60px}.cs-hero h1{font-size:2.7rem}.cs-audience-grid{grid-template-columns:1fr}.cs-process-list article,.cs-process-list article:nth-child(even){grid-template-columns:1fr;gap:18px}.cs-process-list img{height:210px}.cs-option-grid{grid-template-columns:1fr}.cs-heading{display:block}.cs-heading .cs-button{margin-top:15px}.cs-gems{min-height:440px}.cs-split>img,.cs-story img{height:360px}.cs-panel{padding:38px 25px}.cs-cta{min-height:420px}}

/* Reference-aligned supporting landing pages */
.brand-page .topbar{display:none}.brand-page .site-header{position:absolute;top:0;width:100%;border:0;background:linear-gradient(180deg,rgba(0,0,0,.68),transparent);color:#fff;backdrop-filter:none}.brand-page .brand-mark{border-color:rgba(255,255,255,.7);color:#fff}.brand-page .brand-copy small,.brand-page .nav-menu>li>a,.brand-page .header-search-menu,.brand-page .header-login{color:#fff}.brand-page .nav-menu>li>a::after{background:#fff}.bp-hero{display:flex;min-height:680px;align-items:center;background-image:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.12)),var(--bp);background-position:center;background-size:cover;color:#fff}.bp-hero .container>div{max-width:670px;padding-top:55px}.bp-hero span,.bp-heading>span,.bp-story span,.bp-split>div>span{display:block;margin-bottom:12px;font-size:.68rem;font-weight:800;letter-spacing:.16em}.bp-hero h1{font-size:clamp(3.2rem,5vw,5.2rem);font-weight:700}.bp-hero p{max-width:620px;color:#e1e1e1}.bp-intro,.bp-section{padding:92px 0}.bp-intro h2,.bp-heading h2{font-size:clamp(2.3rem,3.7vw,3.5rem);font-weight:700}.bp-intro>.container>h2,.bp-intro>.container>p{max-width:850px;margin-right:auto;margin-left:auto;text-align:center}.bp-intro>.container>p{color:#666}.bp-three{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.bp-three article{padding:34px;border:1px solid #ddd}.bp-three b{display:block;margin-bottom:22px;font-family:Georgia,serif;font-size:1.5rem}.bp-three h3{font-family:Arial,sans-serif;font-size:1rem;font-weight:800}.bp-three p{margin:0;color:#666;font-size:.82rem}.bp-split{display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:#f3f3f1}.bp-split>img{width:100%;height:100%;object-fit:cover}.bp-split>div{align-self:center;padding:70px clamp(42px,7vw,110px)}.bp-split h2{font-size:clamp(2.5rem,4vw,4rem);font-weight:700}.bp-split p,.bp-split li{color:#606562}.bp-split ul{margin:25px 0 32px;padding:0;list-style:none}.bp-split li{padding:9px 0;border-bottom:1px solid #d4d4d1}.bp-split--reverse>img{grid-column:2;grid-row:1}.bp-split--reverse>div{grid-column:1;grid-row:1}.bp-soft{background:#f4f4f2}.bp-dark{background:#111;color:#fff}.bp-dark .bp-heading p,.bp-dark .proof p{color:#aaa}.bp-heading{max-width:900px;margin:0 auto 45px;text-align:center}.bp-heading p{color:#666}.bp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bp-card-grid article{background:#fff}.bp-card-grid img{width:100%;height:280px;object-fit:cover}.bp-card-grid article>div{padding:24px}.bp-card-grid h3{font-family:Arial,sans-serif;font-size:1rem;font-weight:800}.bp-card-grid p{margin:0;color:#666;font-size:.8rem}.bp-process{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ddd}.bp-process article{display:grid;grid-template-columns:55px 1fr;gap:16px;padding:30px;background:#fff}.bp-process b{font-family:Georgia,serif;font-size:1.2rem}.bp-process h3{margin:0 0 7px;font-family:Arial,sans-serif;font-size:1rem;font-weight:800}.bp-process p{margin:0;color:#666;font-size:.8rem}.bp-process--images{display:block;background:transparent}.bp-process--images article{grid-template-columns:280px 55px 1fr;align-items:center;margin-bottom:18px;padding:0;background:#fff}.bp-process--images img{width:100%;height:190px;object-fit:cover}.bp-story{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}.bp-story img{width:100%;height:540px;object-fit:cover}.bp-story h2{font-size:clamp(2.4rem,3.8vw,3.7rem);font-weight:700}.bp-story p{color:#666}.bp-cta{display:flex;min-height:500px;align-items:center;background-image:linear-gradient(90deg,rgba(0,0,0,.77),rgba(0,0,0,.15)),var(--bp);background-position:center;background-size:cover;color:#fff}.bp-cta .container{max-width:1180px}.bp-cta h2{max-width:720px;font-size:clamp(2.8rem,4.5vw,4.6rem);font-weight:700}.bp-cta p{max-width:560px;color:#ddd}.contact-hero{display:flex;min-height:440px;align-items:center;background-image:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),var(--bp);background-position:center;background-size:cover;color:#fff;text-align:center}.contact-hero h1{font-size:clamp(3.2rem,5vw,5.2rem);font-weight:700}.contact-hero p{max-width:700px;margin:auto;color:#eee}.contact-form-section{position:relative;z-index:2;margin-top:-70px;padding-bottom:90px}.contact-form-card{padding:55px 70px;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.12)}.contact-form-card>header{text-align:center}.contact-form-card>header span{font-size:.68rem;font-weight:800;letter-spacing:.16em}.contact-form-card>header h2{margin-top:10px;font-size:clamp(2.3rem,3.5vw,3.4rem);font-weight:700}.contact-form-card>header p{color:#666}.contact-form-card .inquiry-card{max-width:1050px;margin:auto;padding:30px 0 0;background:#fff}.contact-benefits{padding:90px 0;background-image:linear-gradient(rgba(0,0,0,.62),rgba(0,0,0,.72)),var(--bp);background-position:center;background-size:cover;color:#fff}.contact-benefits .container>div{padding:55px;border:1px solid rgba(255,255,255,.2);background:rgba(0,0,0,.35)}.contact-benefits h2{text-align:center;font-size:clamp(2.3rem,3.5vw,3.5rem);font-weight:700}.contact-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px}.contact-benefit-grid article{text-align:center}.contact-benefit-grid b{display:grid;width:58px;height:58px;place-items:center;margin:0 auto 20px;border:1px solid #fff;border-radius:50%}.contact-benefit-grid h3{font-family:Arial,sans-serif;font-size:1rem;font-weight:800}.contact-benefit-grid p{color:#ddd;font-size:.8rem}.contact-info-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-info-grid h2{font-size:clamp(2.4rem,3.6vw,3.6rem);font-weight:700}.contact-info-grid ul{margin:0;padding:0;list-style:none}.contact-info-grid li{display:grid;grid-template-columns:110px 1fr;padding:20px 0;border-bottom:1px solid #ddd}.contact-info-grid b{font-size:.75rem;text-transform:uppercase}
@media(max-width:960px){.brand-page .site-header{height:86px}.brand-page .menu-toggle{position:absolute;left:0;border-color:#fff;color:#fff}.brand-page .header-inner{justify-content:center}.brand-page .site-nav{top:86px}.brand-page .header-login{display:none}.bp-split,.bp-story,.contact-info-grid{grid-template-columns:1fr}.bp-split--reverse>img,.bp-split--reverse>div{grid-column:auto;grid-row:auto}.bp-card-grid{grid-template-columns:1fr 1fr}.bp-process--images article{grid-template-columns:220px 45px 1fr}.contact-benefit-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.bp-hero{min-height:620px}.bp-hero .container>div{padding-top:100px}.bp-three,.bp-card-grid,.bp-process,.contact-benefit-grid{grid-template-columns:1fr}.bp-split{min-height:0}.bp-split>img,.bp-story img{height:380px}.bp-split>div{padding:50px 24px}.bp-process--images article{grid-template-columns:1fr;padding-bottom:24px}.bp-process--images img{height:220px}.bp-process--images b,.bp-process--images div{margin:0 22px}.contact-hero{min-height:390px}.contact-form-section{margin-top:-35px}.contact-form-card{padding:35px 20px}.contact-benefits .container>div{padding:35px 20px}.contact-info-grid{gap:30px}.contact-info-grid li{grid-template-columns:1fr;gap:5px}}
