.dogage-page{
background:#f7f0e7;
color:#30231c;
}

.dogage-page .topbar{
background:#5b2e28;
border-bottom-color:#75443a;
box-shadow:0 8px 24px rgba(68,32,27,.16);
}

.dogage-page .brand,
.dogage-page .topnav a{
color:#fff;
}

.dogage-page .brand span,
.dogage-page .topnav a:first-child{
color:#efb58f;
}

.dogage-page .topnav a:hover{
color:#ffd8bc;
}

.dogage-page .lang-switch{
max-width:none;
margin:0;
padding:10px max(18px,calc((100% - 1180px)/2 + 18px));
background:#f1e3d8;
border-bottom:1px solid #d8b8a5;
color:#59392f;
}

.dogage-page .lang-switch-label{
color:#755044;
font-weight:700;
}

.dogage-page .lang-switch a{
padding:2px 5px;
border-radius:4px;
color:#874b39;
font-weight:700;
}

.dogage-page .lang-switch a:hover{
background:#e4cbbd;
color:#4f2922;
text-decoration:none;
}

.dogage-page .lang-switch strong{
padding:2px 7px;
border-radius:4px;
background:#6a352d;
color:#fff8f2;
}

.dogage-hero{
position:relative;
isolation:isolate;
overflow:hidden;
background-color:#ead3b4;
background-image:
linear-gradient(90deg,rgba(255,247,230,.99) 0%,rgba(247,225,190,.92) 39%,rgba(226,190,145,.2) 67%,rgba(226,190,145,.04) 100%),
url('/images/dogage-hero.webp');
background-repeat:no-repeat;
background-position:center right;
background-size:cover;
color:#3b281d;
border-bottom:1px solid rgba(114,68,40,.18);
box-shadow:0 18px 42px rgba(79,47,29,.12);
}

.dogage-hero-inner{
width:min(1200px,calc(100% - 48px));
margin:0 auto;
padding:76px 0 78px;
}

.dogage-hero-copy{
width:min(610px,56%);
}

.dogage-eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 13px;
border:1px solid rgba(120,73,43,.27);
border-radius:999px;
background:rgba(255,252,245,.82);
color:#6f4029;
font-size:1rem;
font-weight:800;
line-height:1.4;
box-shadow:0 7px 20px rgba(100,59,34,.08);
}

.dogage-eyebrow::before{
content:"";
width:8px;
height:8px;
border-radius:50%;
background:#9f5733;
box-shadow:0 0 0 5px rgba(159,87,51,.12);
}

.dogage-hero h1{
margin:22px 0 16px;
color:#2c1d16;
font-size:3.45rem;
font-weight:900;
line-height:1.15;
letter-spacing:0;
text-wrap:balance;
text-shadow:0 1px 0 rgba(255,255,255,.45);
}

.dogage-hero h1 strong{
color:#964927;
font-weight:900;
}

.dogage-hero-copy>p{
max-width:570px;
margin:0 0 24px;
color:#574034;
font-size:1.18rem;
line-height:1.8;
}

.dogage-hero-button{
display:inline-flex;
align-items:center;
justify-content:center;
gap:12px;
padding:14px 20px;
border:1px solid #3d261d;
border-radius:8px;
background:#563326;
color:#fff;
font-size:1.08rem;
font-weight:900;
line-height:1.4;
text-decoration:none;
box-shadow:0 13px 28px rgba(75,42,26,.24);
transition:background-color .18s ease,transform .18s ease;
}

.dogage-hero-button:hover{
background:#70412d;
transform:translateY(-2px);
}

.dogage-hero-button:focus-visible{
outline:3px solid #4c2b1d;
outline-offset:3px;
}

.dogage-age-guide{
display:flex;
flex-wrap:wrap;
gap:10px 24px;
margin-top:26px;
width:fit-content;
padding:13px 0;
border-top:1px solid rgba(104,61,37,.22);
border-bottom:1px solid rgba(104,61,37,.22);
color:#5c4031;
font-size:1rem;
line-height:1.6;
}

.dogage-age-guide span{
display:inline-flex;
align-items:baseline;
gap:6px;
}

.dogage-age-guide b{
color:#6f351f;
font-size:1.12rem;
}

.dogage-page>.container{
padding-top:34px;
}

.dogage-page .percent-desc{
border-left-color:#8d4c2c;
background:#fffaf2;
box-shadow:0 10px 28px rgba(93,54,31,.07);
}

.dogage-page .percent-card.card-1{
scroll-margin-top:20px;
}

.dogage-page .calculator-footer-bar{
background:#5b2e28;
color:#f8e7dc;
}

.dogage-page .calculator-footer-brand strong span{
color:#efb58f;
}

.dogage-page .calculator-footer-brand p{
color:#edcdbc;
}

.dogage-page .calculator-footer-nav a{
color:#fff8f3;
}

.dogage-page .calculator-footer-bottom{
border-top-color:rgba(255,235,222,.2);
color:#e8bca7;
}

.percent-card.card-1{
--accent:#75402b;
border-color:#dfc7ab;
border-top-color:#75402b;
box-shadow:0 16px 38px rgba(78,45,28,.09);
}

.percent-card.card-1 .card-num{
background:#75402b;
box-shadow:0 5px 14px rgba(92,50,31,.28);
}

.percent-card.card-1 .date-select:focus{
outline:none;
border-color:#75402b;
box-shadow:0 0 0 4px rgba(117,64,43,.13);
}

body .percent-card.card-1 .result-coffee.result-coffee{
background:#f7e9d7;
border:1px solid #d9b994;
border-top:3px solid #75402b;
color:#6e3824;
box-shadow:none;
font-weight:900;
}

@media(max-width:820px){
.dogage-hero{
background-position:62% center;
background-image:
linear-gradient(90deg,rgba(255,247,230,.99) 0%,rgba(247,225,190,.95) 52%,rgba(226,190,145,.57) 100%),
url('/images/dogage-hero.webp');
}

.dogage-hero-inner{
width:min(100% - 32px,680px);
padding:54px 0 58px;
}

.dogage-hero-copy{
width:72%;
}

.dogage-hero h1{
font-size:2.65rem;
}

.dogage-hero-copy>p{
font-size:1.08rem;
}
}

@media(max-width:560px){
.dogage-hero{
background-position:68% center;
background-image:
linear-gradient(90deg,rgba(255,247,230,.99) 0%,rgba(247,225,190,.96) 68%,rgba(226,190,145,.72) 100%),
url('/images/dogage-hero.webp');
}

.dogage-hero-inner{
width:calc(100% - 28px);
padding:38px 0 42px;
}

.dogage-hero-copy{
width:88%;
}

.dogage-eyebrow{
font-size:.94rem;
}

.dogage-hero h1{
margin-top:18px;
font-size:2.15rem;
line-height:1.22;
}

.dogage-hero-copy>p{
font-size:1rem;
line-height:1.7;
}

.dogage-hero-button{
width:100%;
padding:13px 16px;
}

.dogage-age-guide{
gap:6px 16px;
margin-top:20px;
font-size:.95rem;
}

.dogage-page>.container{
padding-top:22px;
}
}
