:root { color-scheme: light; }
body.oduhome-active { overflow-x:hidden !important; background:#0c0907; }
body.oduhome-active #site-header,
body.oduhome-active .site-header,
body.oduhome-active .elementor-location-header,
body.oduhome-active #site-footer,
body.oduhome-active .site-footer,
body.oduhome-active .elementor-location-footer { display:none !important; }
body.oduhome-active .site-main,
body.oduhome-active #content,
body.oduhome-active .page-content,
body.oduhome-active .elementor { margin:0 !important; padding:0 !important; max-width:none !important; }

.oduhome { --odu-ink:#0c0907; --odu-cream:#f4efe6; --odu-gold:#c79b3b; --odu-brown:#5f3a24; --odu-white:#fffaf2; --odu-line:rgba(199,155,59,.28); width:100vw; max-width:100vw; margin-left:calc(50% - 50vw); overflow:hidden; background:var(--odu-ink); color:var(--odu-white); font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.oduhome *, .oduhome *::before, .oduhome *::after { box-sizing:border-box; }
.oduhome a { color:inherit; text-decoration:none; }
.oduhome button { font:inherit; }
.oduhome img { display:block; max-width:100%; }
.oduhome-shell { width:min(1280px, calc(100% - 64px)); margin:0 auto; }
.oduhome h1,.oduhome h2,.oduhome h3,.oduhome p { margin-top:0; }

.oduhome-header { position:sticky; top:0; z-index:500; height:84px; display:flex; align-items:center; background:rgba(9,7,5,.82); border-bottom:1px solid rgba(255,255,255,.08); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); transition:background .25s ease, box-shadow .25s ease, height .25s ease; }
body.admin-bar .oduhome-header { top:32px; }
.oduhome-header.is-scrolled { height:72px; background:rgba(8,6,4,.95); box-shadow:0 16px 45px rgba(0,0,0,.22); }
.oduhome-header-inner { width:min(1440px,calc(100% - 56px)); margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.oduhome-brand { display:flex; align-items:center; gap:13px; min-width:260px; font-family:Georgia,"Times New Roman",serif; font-size:19px; letter-spacing:.01em; color:#f1d389 !important; }
.oduhome-brand img { width:54px; height:54px; object-fit:contain; filter:drop-shadow(0 4px 12px rgba(199,155,59,.18)); }
.oduhome-header.is-scrolled .oduhome-brand img { width:46px; height:46px; }
.oduhome-nav { display:flex; align-items:center; justify-content:flex-end; gap:30px; font-size:14px; }
.oduhome-nav a { position:relative; padding:28px 0; color:rgba(255,250,242,.84); transition:color .2s ease; white-space:nowrap; }
.oduhome-nav a:not(.oduhome-nav-account)::after { content:""; position:absolute; left:0; right:100%; bottom:19px; height:1px; background:var(--odu-gold); transition:right .25s ease; }
.oduhome-nav a:hover { color:#fff; }
.oduhome-nav a:hover::after { right:0; }
.oduhome-nav-account { padding:11px 16px !important; border:1px solid rgba(199,155,59,.55); border-radius:999px; color:#f4d58d !important; }
.oduhome-nav-account:hover { background:var(--odu-gold); color:#160f08 !important; }
.oduhome-menu-toggle { display:none; border:0; background:transparent; width:46px; height:46px; padding:10px; cursor:pointer; }
.oduhome-menu-toggle span { display:block; height:2px; background:#f7efe1; margin:6px 0; transition:.25s; }

.oduhome-kicker { display:flex; align-items:center; gap:12px; margin-bottom:22px; color:#e6c46f; font-size:11px; line-height:1.2; font-weight:800; letter-spacing:.22em; text-transform:uppercase; }
.oduhome-kicker span { width:34px; height:1px; background:var(--odu-gold); }
.oduhome-kicker-dark { color:#755128; }

.oduhome-hero { position:relative; min-height:700px; background:radial-gradient(circle at 22% 42%,rgba(137,85,35,.17),transparent 30%),linear-gradient(110deg,#080604 0%,#120b07 47%,#110b08 100%); }
.oduhome-hero-grid { min-height:700px; display:grid; grid-template-columns:46% 54%; }
.oduhome-hero-copy { padding:80px 72px 84px max(6vw,64px); display:flex; flex-direction:column; justify-content:center; position:relative; z-index:2; }
.oduhome-hero-copy::after { content:""; position:absolute; top:0; right:-110px; width:190px; height:100%; background:linear-gradient(90deg,#0d0805 0%,rgba(13,8,5,.78) 34%,transparent 100%); pointer-events:none; z-index:-1; }
.oduhome-hero h1 { margin:0; max-width:760px; color:#fffaf2; font-size:clamp(56px,5.1vw,92px); line-height:.95; letter-spacing:-.06em; font-weight:780; }
.oduhome-hero-accent { margin-top:9px; color:#c99840; font-size:clamp(44px,4.25vw,76px); line-height:1; font-weight:760; letter-spacing:-.055em; }
.oduhome-lead { max-width:580px; margin:28px 0 0; color:rgba(255,250,242,.68); font-size:17px; line-height:1.72; }
.oduhome-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.oduhome-btn { min-height:52px; padding:0 22px; display:inline-flex; align-items:center; justify-content:center; gap:16px; border-radius:8px; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; transition:transform .22s ease, background .22s ease, border-color .22s ease; }
.oduhome-btn:hover { transform:translateY(-2px); }
.oduhome-btn-gold { background:linear-gradient(135deg,#a97925,#cfa64e); color:#120c07 !important; box-shadow:0 14px 34px rgba(199,155,59,.16); }
.oduhome-btn-ghost { border:1px solid rgba(199,155,59,.45); color:#fff4dc !important; background:rgba(255,255,255,.02); }
.oduhome-hero-visual { position:relative; min-height:700px; overflow:hidden; background:#24150d; }
.oduhome-hero-visual > img { width:100%; height:100%; object-fit:cover; object-position:center; transform:scale(1.01); }
.oduhome-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(9,6,4,.88) 0%,rgba(9,6,4,.18) 31%,rgba(9,6,4,.08) 68%,rgba(9,6,4,.58) 100%),linear-gradient(0deg,rgba(9,6,4,.56),transparent 40%); }
.oduhome-hero-badge { position:absolute; right:38px; bottom:34px; display:flex; align-items:center; gap:12px; padding:10px 14px 10px 10px; border:1px solid rgba(255,255,255,.16); background:rgba(10,7,4,.62); border-radius:999px; backdrop-filter:blur(12px); box-shadow:0 12px 38px rgba(0,0,0,.2); }
.oduhome-hero-badge img { width:48px; height:48px; object-fit:contain; }
.oduhome-hero-badge span { font-size:9px; font-weight:800; letter-spacing:.18em; color:#f3d17c; }

.oduhome-journey { padding:34px 0 46px; background:linear-gradient(180deg,#120c08,#0b0806); border-top:1px solid rgba(199,155,59,.16); border-bottom:1px solid rgba(199,155,59,.14); }
.oduhome-journey-grid { display:grid; grid-template-columns:310px minmax(0,1fr); gap:40px; align-items:center; }
.oduhome-journey-copy h2 { margin:0 0 14px; font-size:27px; line-height:1.05; letter-spacing:-.035em; }
.oduhome-journey-copy p { margin:0 0 22px; color:rgba(255,250,242,.6); font-size:14px; line-height:1.65; }
.oduhome-outline-link { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:44px; padding:0 16px; border:1px solid rgba(199,155,59,.46); border-radius:7px; color:#edcd78 !important; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; transition:.2s ease; }
.oduhome-outline-link:hover { background:rgba(199,155,59,.1); border-color:var(--odu-gold); }
.oduhome-journey-strip { min-width:0; display:grid; grid-auto-flow:column; grid-auto-columns:minmax(145px,1fr); gap:11px; overflow-x:auto; padding:2px 0 4px; scrollbar-width:thin; scrollbar-color:rgba(199,155,59,.35) transparent; }
.oduhome-journey-card { height:248px; border:1px solid rgba(255,255,255,.08); border-radius:9px; padding:0; overflow:hidden; background:#20130d; cursor:pointer; position:relative; }
.oduhome-journey-card img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease, filter .45s ease; }
.oduhome-journey-card:hover img { transform:scale(1.045); filter:saturate(1.06) contrast(1.03); }

.oduhome-about { padding:130px 0; background:var(--odu-cream); color:#19120d; }
.oduhome-about-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:90px; align-items:center; }
.oduhome-about-visual { min-height:610px; border-radius:28px; overflow:hidden; position:relative; background:#2c1b12; box-shadow:0 32px 80px rgba(43,27,18,.14); }
.oduhome-about-visual img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; }
.oduhome-about-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 56%,rgba(20,12,8,.65)); }
.oduhome-float-label { position:absolute; left:28px; bottom:26px; z-index:2; padding:12px 16px; border-radius:999px; background:rgba(255,250,242,.92); color:#5c3a21; font-size:10px; font-weight:800; letter-spacing:.16em; }
.oduhome-section-copy h2,.oduhome-section-head h2,.oduhome-gallery h2,.oduhome-journal h2,.oduhome-cta h2 { margin:0 0 25px; font-size:clamp(46px,5vw,72px); line-height:.98; letter-spacing:-.055em; }
.oduhome-richtext { color:rgba(25,18,13,.68); font-size:17px; line-height:1.75; }
.oduhome-richtext p:last-child { margin-bottom:0; }
.oduhome-text-link { margin-top:30px; display:inline-flex; gap:12px; align-items:center; font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:#744b28 !important; }

.oduhome-pillars { padding:0 0 125px; background:var(--odu-cream); color:#19120d; }
.oduhome-pillar-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(23,17,12,.15); border-bottom:1px solid rgba(23,17,12,.15); }
.oduhome-pillar { min-height:330px; padding:36px 36px 40px; position:relative; }
.oduhome-pillar + .oduhome-pillar { border-left:1px solid rgba(23,17,12,.15); }
.oduhome-pillar-number { color:#9a6a35; font-size:13px; font-weight:800; letter-spacing:.12em; }
.oduhome-pillar h3 { margin:82px 0 16px; font-size:34px; letter-spacing:-.04em; }
.oduhome-pillar p { max-width:330px; margin:0; color:rgba(23,17,12,.6); font-size:15px; line-height:1.7; }

.oduhome-gallery { padding:124px 0 136px; background:#100b08; }
.oduhome-gallery-head { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:48px; }
.oduhome-gallery-head h2 { max-width:850px; margin-bottom:0; }
.oduhome-gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:220px; gap:13px; }
.oduhome-gallery-item { border:0; padding:0; overflow:hidden; border-radius:14px; position:relative; background:#26160d; cursor:pointer; min-height:0; }
.oduhome-gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .5s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.oduhome-gallery-item::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.62)); opacity:.7; transition:.3s; }
.oduhome-gallery-item span { position:absolute; left:18px; bottom:14px; z-index:2; color:#fff1cf; font-size:10px; font-weight:800; letter-spacing:.14em; opacity:0; transform:translateY(5px); transition:.3s; }
.oduhome-gallery-item:hover img { transform:scale(1.045); filter:saturate(1.08); }
.oduhome-gallery-item:hover span { opacity:1; transform:none; }
.oduhome-gallery-item-1 { grid-row:span 2; }
.oduhome-gallery-item-3 { grid-column:span 2; }
.oduhome-gallery-item-6 { grid-row:span 2; }
.oduhome-gallery-item-8 { grid-column:span 2; }

.oduhome-explore { padding:128px 0 140px; background:#090705; color:var(--odu-cream); position:relative; }
.oduhome-section-head { max-width:920px; margin-bottom:58px; }
.oduhome-explore-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.oduhome-explore-card { min-height:390px; border:1px solid rgba(255,255,255,.12); border-radius:22px; padding:28px; display:flex; flex-direction:column; justify-content:space-between; background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)); transition:.35s ease; overflow:hidden; position:relative; }
.oduhome-explore-card::after { content:""; width:220px; height:220px; border-radius:50%; position:absolute; right:-100px; bottom:-100px; border:1px solid rgba(199,155,59,.2); box-shadow:0 0 0 28px rgba(199,155,59,.025),0 0 0 58px rgba(199,155,59,.018); }
.oduhome-explore-card:hover { transform:translateY(-7px); border-color:rgba(199,155,59,.48); background:linear-gradient(145deg,rgba(199,155,59,.09),rgba(255,255,255,.018)); }
.oduhome-card-top { display:flex; align-items:center; justify-content:space-between; color:rgba(244,239,230,.48); font-size:12px; letter-spacing:.15em; }
.oduhome-card-top b { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(255,255,255,.14); font-size:16px; color:var(--odu-gold); }
.oduhome-explore-card h3 { margin:0 0 12px; font-size:34px; letter-spacing:-.04em; }
.oduhome-explore-card p { margin:0; max-width:310px; color:rgba(244,239,230,.6); line-height:1.7; font-size:15px; }

.oduhome-journal { padding:126px 0; background:#fffaf1; color:#19120d; }
.oduhome-journal-head { margin-bottom:46px; }
.oduhome-post-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.oduhome-post { border-radius:22px; overflow:hidden; background:#fff; box-shadow:0 16px 55px rgba(31,20,12,.07); }
.oduhome-post-media { aspect-ratio:1.38; display:grid; place-items:center; overflow:hidden; background:linear-gradient(145deg,#2c1c12,#8a5a33); color:#e8c774; font-size:30px; font-weight:800; letter-spacing:.18em; }
.oduhome-post-media img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.oduhome-post:hover .oduhome-post-media img { transform:scale(1.04); }
.oduhome-post-body { padding:25px 25px 30px; }
.oduhome-post-meta { color:#865b31; font-size:11px; font-weight:800; letter-spacing:.14em; }
.oduhome-post h3 { margin:13px 0 10px; font-size:24px; line-height:1.15; letter-spacing:-.03em; }
.oduhome-post p { margin:0; color:rgba(23,17,12,.58); font-size:14px; line-height:1.65; }

.oduhome-cta { background:#fffaf1; padding:0 0 120px; }
.oduhome-cta-card { padding:66px; border-radius:28px; display:flex; align-items:flex-end; justify-content:space-between; gap:60px; background:linear-gradient(125deg,#17100b,#2f1c12 60%,#5b3a23); color:var(--odu-cream); position:relative; overflow:hidden; }
.oduhome-cta-card::before { content:""; position:absolute; width:460px; height:460px; border:1px solid rgba(199,155,59,.24); border-radius:50%; right:-180px; top:-200px; box-shadow:0 0 0 50px rgba(199,155,59,.025),0 0 0 100px rgba(199,155,59,.018); }
.oduhome-cta-card > * { position:relative; z-index:2; }
.oduhome-cta h2 { max-width:720px; margin-bottom:18px; }
.oduhome-cta p { margin:0; max-width:660px; color:rgba(244,239,230,.65); font-size:17px; line-height:1.7; }

.oduhome-footer { background:#090705; border-top:1px solid rgba(199,155,59,.17); padding:34px 0; }
.oduhome-footer-inner { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.oduhome-footer-brand { display:flex; align-items:center; gap:14px; }
.oduhome-footer-brand img { width:50px; height:50px; object-fit:contain; }
.oduhome-footer-brand strong { display:block; color:#efd080; font-family:Georgia,"Times New Roman",serif; font-size:17px; font-weight:600; }
.oduhome-footer-brand span,.oduhome-footer-copy { display:block; margin-top:3px; color:rgba(255,250,242,.46); font-size:11px; }

.oduhome-lightbox { position:fixed; inset:0; z-index:99999; display:flex; align-items:center; justify-content:center; padding:40px; background:rgba(5,3,2,.92); opacity:0; visibility:hidden; transition:.25s ease; }
.oduhome-lightbox.is-open { opacity:1; visibility:visible; }
.oduhome-lightbox img { max-width:min(92vw,1500px); max-height:88vh; object-fit:contain; border-radius:10px; box-shadow:0 24px 90px rgba(0,0,0,.48); }
.oduhome-lightbox-close { position:absolute; top:18px; right:24px; width:48px; height:48px; border:1px solid rgba(255,255,255,.24); border-radius:50%; background:rgba(0,0,0,.25); color:#fff; font-size:30px; line-height:1; cursor:pointer; }

[data-odudire-reveal] { opacity:0; transform:translateY(22px); transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1); }
[data-odudire-reveal].is-visible { opacity:1; transform:none; }

@media (max-width:1180px) {
    .oduhome-nav { gap:18px; font-size:13px; }
    .oduhome-brand { min-width:auto; }
    .oduhome-hero-copy { padding-left:48px; padding-right:52px; }
    .oduhome-journey-grid { grid-template-columns:270px minmax(0,1fr); }
}

@media (max-width:1024px) {
    .oduhome-menu-toggle { display:block; margin-left:auto; }
    .oduhome-nav { position:absolute; left:20px; right:20px; top:74px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:rgba(10,7,5,.98); box-shadow:0 25px 70px rgba(0,0,0,.35); }
    .oduhome-nav.is-open { display:flex; }
    .oduhome-nav a { padding:13px 15px; }
    .oduhome-nav a::after { display:none; }
    .oduhome-nav-account { margin-top:5px; text-align:center; }
    .oduhome-hero-grid { grid-template-columns:1fr; }
    .oduhome-hero-copy { padding:92px 46px 68px; }
    .oduhome-hero-copy::after { display:none; }
    .oduhome-hero-visual { min-height:520px; }
    .oduhome-journey-grid { grid-template-columns:1fr; }
    .oduhome-journey-copy { max-width:650px; }
    .oduhome-about-grid { grid-template-columns:1fr; gap:55px; }
    .oduhome-about-visual { min-height:600px; }
    .oduhome-gallery-grid { grid-template-columns:repeat(2,1fr); }
    .oduhome-gallery-item-3,.oduhome-gallery-item-8 { grid-column:span 1; }
    .oduhome-explore-grid,.oduhome-post-grid { grid-template-columns:1fr 1fr; }
    .oduhome-explore-card:last-child,.oduhome-post:last-child { grid-column:1/-1; }
    .oduhome-cta-card { align-items:flex-start; flex-direction:column; }
}

@media (max-width:767px) {
    body.admin-bar .oduhome-header { top:46px; }
    .oduhome { width:100%; margin-left:0; }
    .oduhome-shell { width:min(100% - 28px,1280px); }
    .oduhome-header { height:72px; }
    .oduhome-header-inner { width:calc(100% - 26px); }
    .oduhome-brand span { max-width:185px; font-size:15px; line-height:1.15; }
    .oduhome-brand img { width:44px; height:44px; }
    .oduhome-nav { top:68px; left:12px; right:12px; }
    .oduhome-hero-copy { padding:72px 24px 56px; }
    .oduhome-hero h1 { font-size:clamp(48px,14vw,68px); }
    .oduhome-hero-accent { font-size:clamp(39px,12vw,58px); }
    .oduhome-lead { font-size:16px; }
    .oduhome-actions { flex-direction:column; align-items:stretch; }
    .oduhome-btn { width:100%; }
    .oduhome-hero-visual { min-height:410px; }
    .oduhome-hero-badge { right:16px; bottom:16px; }
    .oduhome-journey { padding:66px 0; }
    .oduhome-journey-strip { grid-auto-columns:58vw; }
    .oduhome-journey-card { height:300px; }
    .oduhome-about,.oduhome-gallery,.oduhome-explore,.oduhome-journal { padding:88px 0; }
    .oduhome-about-visual { min-height:460px; border-radius:20px; }
    .oduhome-section-copy h2,.oduhome-section-head h2,.oduhome-gallery h2,.oduhome-journal h2,.oduhome-cta h2 { font-size:clamp(38px,11vw,52px); }
    .oduhome-richtext { font-size:16px; }
    .oduhome-pillars { padding-bottom:88px; }
    .oduhome-pillar-grid { grid-template-columns:1fr; }
    .oduhome-pillar + .oduhome-pillar { border-left:0; border-top:1px solid rgba(23,17,12,.14); }
    .oduhome-pillar { min-height:260px; padding:34px 24px; }
    .oduhome-pillar h3 { margin-top:48px; }
    .oduhome-gallery-head { align-items:flex-start; flex-direction:column; }
    .oduhome-gallery-grid { grid-template-columns:1fr 1fr; grid-auto-rows:190px; gap:8px; }
    .oduhome-gallery-item-1,.oduhome-gallery-item-6 { grid-row:span 1; }
    .oduhome-gallery-item-3,.oduhome-gallery-item-8 { grid-column:span 2; }
    .oduhome-explore-grid,.oduhome-post-grid { grid-template-columns:1fr; }
    .oduhome-explore-card:last-child,.oduhome-post:last-child { grid-column:auto; }
    .oduhome-explore-card { min-height:320px; }
    .oduhome-cta { padding-bottom:88px; }
    .oduhome-cta-card { padding:42px 26px; border-radius:22px; gap:32px; }
    .oduhome-footer-inner { align-items:flex-start; flex-direction:column; }
    .oduhome-lightbox { padding:20px; }
}

@media (prefers-reduced-motion:reduce) {
    .oduhome *, .oduhome *::before, .oduhome *::after { animation:none !important; transition:none !important; scroll-behavior:auto !important; }
    [data-odudire-reveal] { opacity:1; transform:none; }
}

/* Contato & endereços — v1.2.1 */
.oduhome-contact { padding:126px 0 118px; background:linear-gradient(180deg,#f7f1e7 0%,#fffaf1 100%); color:#19120d; }
.oduhome-contact-head { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr); gap:70px; align-items:end; margin-bottom:52px; }
.oduhome-contact-head h2 { margin:0; max-width:820px; font-size:clamp(44px,4.8vw,72px); line-height:.98; letter-spacing:-.055em; }
.oduhome-contact-head > p { margin:0 0 4px; color:rgba(25,18,13,.6); font-size:16px; line-height:1.72; }
.oduhome-contact-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:16px; }
.oduhome-contact-card,.oduhome-location-card { position:relative; min-height:300px; padding:32px; border:1px solid rgba(25,18,13,.12); border-radius:22px; background:#fffdf8; overflow:hidden; box-shadow:0 18px 55px rgba(46,29,17,.055); }
.oduhome-contact-card-featured { background:linear-gradient(135deg,#17100b,#342015 66%,#694522); color:#fff7e7; border-color:rgba(199,155,59,.28); }
.oduhome-contact-card-featured::after { content:""; position:absolute; width:290px; height:290px; border-radius:50%; right:-135px; top:-140px; border:1px solid rgba(199,155,59,.28); box-shadow:0 0 0 38px rgba(199,155,59,.035),0 0 0 78px rgba(199,155,59,.02); }
.oduhome-contact-icon { position:absolute; right:28px; top:26px; width:46px; height:46px; display:grid; place-items:center; border:1px solid rgba(237,205,120,.35); border-radius:50%; color:#edcd78; font-size:18px; }
.oduhome-contact-label { margin-bottom:54px; color:#946831; font-size:11px; font-weight:800; letter-spacing:.18em; }
.oduhome-contact-card-featured .oduhome-contact-label { color:#edcd78; }
.oduhome-contact-card h3,.oduhome-location-card h3 { margin:0 0 14px; font-size:32px; line-height:1.08; letter-spacing:-.04em; }
.oduhome-contact-card p,.oduhome-location-card p { margin:0; color:rgba(25,18,13,.58); font-size:15px; line-height:1.7; }
.oduhome-contact-card-featured p { max-width:480px; color:rgba(255,247,231,.63); }
.oduhome-contact-card > a:not(.oduhome-email-link),.oduhome-location-card > a { position:absolute; left:32px; bottom:30px; display:inline-flex; align-items:center; gap:10px; color:#7b532c !important; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.oduhome-contact-card-featured > a { color:#edcd78 !important; }
.oduhome-email-link { display:block; width:max-content; max-width:100%; margin-top:11px; color:#704922 !important; font-size:18px; font-weight:650; line-height:1.3; overflow-wrap:anywhere; }
.oduhome-email-link:hover { color:#b07d34 !important; }
.oduhome-location-card { min-height:275px; background:rgba(255,255,255,.67); }
.oduhome-location-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:46px; color:#9a6a35; font-size:11px; font-weight:800; letter-spacing:.15em; }
.oduhome-location-top b { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:#18100b; color:#efcf7e; font-size:10px; }
.oduhome-footer-right { display:flex; flex-direction:column; align-items:flex-end; gap:5px; text-align:right; }
.oduhome-footer-contact { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px 18px; color:rgba(255,250,242,.65); font-size:11px; }
.oduhome-footer-contact a { color:#e2c16e !important; }

@media (max-width:1024px) {
    .oduhome-contact-head { grid-template-columns:1fr; gap:24px; }
    .oduhome-contact-head > p { max-width:720px; }
}

@media (max-width:767px) {
    .oduhome-contact { padding:86px 0 82px; }
    .oduhome-contact-head { margin-bottom:34px; }
    .oduhome-contact-head h2 { font-size:clamp(38px,11vw,52px); }
    .oduhome-contact-grid { grid-template-columns:1fr; }
    .oduhome-contact-card,.oduhome-location-card { min-height:270px; padding:26px; border-radius:18px; }
    .oduhome-contact-card > a:not(.oduhome-email-link),.oduhome-location-card > a { left:26px; bottom:26px; }
    .oduhome-contact-label { margin-bottom:38px; }
    .oduhome-location-top { margin-bottom:34px; }
    .oduhome-footer-right { align-items:flex-start; text-align:left; }
    .oduhome-footer-contact { justify-content:flex-start; }
}
