:root{--offwhite:#FAF9F6;--oat:#F0ECE3;--ink:#1A1F1E;--ink-soft:rgba(26,31,30,.68);--icy:#D4FBFF;--icy-soft:#EAFDFF;--yellow:#FFE7A0;--yellow-deep:#F5D678;--pink:#FFDDE6;--display:'Hanyabolyfor','Caveat',cursive;--body:'Poppins',Arial,sans-serif;--radius:22px;--shadow:0 18px 44px -18px rgba(26,31,30,.16);--shadow-soft:0 10px 30px -14px rgba(26,31,30,.12);--ease:cubic-bezier(.22,.8,.24,1);--page-max:1920px}
*{box-sizing:border-box}html,body{margin:0}
/* Same ceiling as the rest of the site: the page stops growing and sits
   centred once the window is wider than a large monitor. */
body{background:var(--offwhite);color:var(--ink);font-family:var(--body);line-height:1.55;-webkit-font-smoothing:antialiased;min-height:100vh;max-width:var(--page-max);margin-inline:auto}
button,input{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none;-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #74c7d3;outline-offset:3px;border-radius:6px}
.acc-header{position:sticky;top:0;z-index:40;background:rgba(250,249,246,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(26,31,30,.06);display:flex;align-items:center;gap:20px;padding:13px 22px}
.acc-header img{height:26px;width:auto;display:block}
.acc-header .grow{flex:1}
.lang-toggle{display:flex;background:var(--oat);border-radius:999px;padding:3px}
.lang-toggle button{font-size:.76rem;font-weight:600;padding:5px 11px;border-radius:999px;color:var(--ink-soft);transition:all .2s}
.lang-toggle button.active{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(26,31,30,.1)}
.logout{font-size:.86rem;font-weight:600;opacity:.75}.logout:hover{opacity:1}
.proto-note{background:var(--icy-soft);text-align:center;font-size:.72rem;color:var(--ink-soft);padding:6px 16px}
.layout{display:grid;grid-template-columns:230px 1fr;max-width:1180px;margin:0 auto;gap:28px;padding:26px 22px 90px}
.side{position:sticky;top:86px;align-self:start;display:flex;flex-direction:column;gap:4px}
.side button{display:flex;align-items:center;gap:11px;padding:12px 15px;border-radius:14px;font-weight:600;font-size:.94rem;color:var(--ink-soft);text-align:left;width:100%;transition:background .2s,color .2s}
.side button svg{flex:none}
.side button.active{background:#fff;color:var(--ink);box-shadow:var(--shadow-soft)}
.side button:hover:not(.active){background:var(--oat)}
main{min-width:0}
.panel{display:none;animation:pin .35s var(--ease)}
.panel.active{display:block}
@keyframes pin{from{opacity:0;transform:translateY(12px)}}
h1.acc{font-family:var(--display);font-weight:700;font-size:clamp(2.1rem,4vw,2.9rem);line-height:1;margin:4px 0 20px}
.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:24px;margin-bottom:18px}
.card h2{font-size:1.02rem;font-weight:600;margin:0 0 14px}
.rows{display:flex;flex-direction:column}
.row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-top:1px solid rgba(26,31,30,.07);font-size:.93rem}
.row:first-child{border-top:0}
.row>span{color:var(--ink-soft)}
.row>b{font-weight:600;text-align:right}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.92rem;padding:12px 22px;border-radius:999px;transition:transform .22s var(--ease),box-shadow .22s var(--ease),background .22s}
.btn-y{background:var(--yellow);box-shadow:0 10px 22px -10px rgba(245,214,120,.9)}
.btn-y:hover{background:var(--yellow-deep);transform:translateY(-1px)}
.btn-o{background:var(--oat)}.btn-o:hover{background:#E6E0D2}
.btn-line{border-bottom:2px solid rgba(26,31,30,.2);border-radius:0;padding:8px 2px}
.btn-line:hover{border-color:var(--ink)}
.btn-danger{color:#9a4a30;border-bottom:2px solid rgba(154,74,48,.3);border-radius:0;padding:8px 2px}
.dog-card{display:flex;gap:18px;align-items:flex-start}
.avatar{width:56px;height:56px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-family:var(--display);font-weight:700;font-size:1.8rem;flex:none}
.dog-card h2{margin-bottom:2px;font-size:1.15rem}
/* The plan, folded into the dog card. The cards it inherited from the old
   "Planið" page carried their own white background and shadow, which inside a
   white card read as boxes in a box: flattened to sections divided by rules. */
.dog-edit{margin-top:20px;padding-top:4px;border-top:1px solid rgba(26,31,30,.1)}
.dog-edit .card{background:transparent;box-shadow:none;padding:20px 0 0;margin:0;border-bottom:1px solid rgba(26,31,30,.08)}
.dog-edit .card:last-child{border-bottom:0;padding-bottom:0}
.dog-edit .card h2{font-size:1rem;margin-bottom:12px}
.dog-sub{font-size:.82rem;color:var(--ink-soft);margin-bottom:12px}
.add-dog{display:flex;align-items:center;justify-content:center;gap:12px;border:2px dashed rgba(26,31,30,.22);border-radius:var(--radius);padding:26px;width:100%;font-weight:600;color:var(--ink-soft);transition:background .2s,color .2s;text-decoration:none}
.add-dog:hover{background:var(--oat);color:var(--ink)}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{background:var(--oat);border-radius:999px;padding:9px 16px;font-size:.85rem;font-weight:600;transition:background .2s,box-shadow .2s}
.chip.on{background:var(--yellow);box-shadow:0 6px 14px -6px rgba(245,214,120,.9)}
.stepper{display:inline-flex;align-items:center;gap:0;background:var(--oat);border-radius:999px;overflow:hidden}
.stepper button{width:44px;height:44px;font-size:1.3rem;font-weight:600}
.stepper button:hover{background:#E6E0D2}
.stepper b{min-width:56px;text-align:center;font-family:var(--display);font-weight:700;font-size:1.5rem}
.rec-note{font-size:.84rem;color:var(--ink-soft)}
/* Starter-pack notice on the overview card. [hidden] must beat display:block. */
.starter-note{margin:14px 0 0;padding:10px 14px;border-radius:12px;background:var(--icy,#EAFDFF);font-size:.84rem;line-height:1.5}
.starter-note[hidden]{display:none}
.rec-note b{font-weight:600;color:var(--ink)}
.field{display:block;background:var(--offwhite);border-radius:14px;padding:10px 16px 9px;margin-bottom:10px}
.field span{display:block;font-size:.64rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft)}
.field input{width:100%;border:0;outline:0;background:transparent;font-size:.98rem;font-weight:500;padding:3px 0}
.field:focus-within{background:var(--icy-soft)}
.mini-recipes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mini-r{position:relative;border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;text-align:left}
.mini-r .win{height:96px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.mini-r[data-f="beef"] .win{background:linear-gradient(180deg,var(--icy),#f2feff)}
.mini-r[data-f="turkey"] .win{background:linear-gradient(180deg,var(--yellow),#fff8e6)}
.mini-r[data-f="fish"] .win{background:linear-gradient(180deg,var(--pink),#fff3f6)}
.mini-r svg{width:38%;transform:translateY(16%);filter:drop-shadow(0 8px 12px rgba(26,31,30,.14))}
.mini-r .body{padding:10px 13px 13px;display:flex;flex-direction:column;gap:2px}
.mini-r .body strong{font-family:var(--display);font-weight:700;font-size:1.3rem}
.mini-r .note{font-size:.7rem;color:var(--ink-soft)}
.mini-r .alloc{font-size:.76rem;font-weight:600;margin-top:3px}
.mini-r .sel{position:absolute;top:8px;right:8px;z-index:1;width:22px;height:22px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-size:.72rem;font-weight:700;box-shadow:0 4px 10px rgba(26,31,30,.14)}
.mini-r .soon-tag{position:absolute;top:8px;left:8px;z-index:1;padding:3px 8px;border-radius:99px;background:#fff;font-size:.56rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);box-shadow:0 4px 10px rgba(26,31,30,.12)}
.mini-r.soon{opacity:.62}
@media (max-width:520px){.mini-recipes{grid-template-columns:1fr}}
.status{display:none;background:var(--icy);border-radius:14px;padding:13px 18px;font-size:.88rem;font-weight:500;margin-bottom:18px;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.status.show{display:flex}
.modal-back{position:fixed;inset:0;background:rgba(26,31,30,.4);display:none;align-items:center;justify-content:center;z-index:80;padding:20px}
.modal-back.show{display:flex}
.modal{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);max-width:470px;width:100%;padding:28px;animation:pin .3s var(--ease)}
.modal h3{font-family:var(--display);font-weight:700;font-size:1.7rem;margin:0 0 12px}
.modal .m-body{font-size:.92rem;color:var(--ink-soft);margin-bottom:8px}
.diff{background:var(--offwhite);border-radius:14px;padding:6px 18px;margin:14px 0}
.diff .row{font-size:.9rem}
.m-actions{display:flex;justify-content:flex-end;gap:14px;margin-top:18px;flex-wrap:wrap}
.toast{position:fixed;left:50%;bottom:26px;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;border-radius:999px;padding:11px 22px;font-size:.86rem;font-weight:500;opacity:0;pointer-events:none;transition:opacity .3s var(--ease),transform .3s var(--ease);z-index:90;max-width:90vw;text-align:center}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.tabbar{display:none}
@media (max-width:860px){
 .layout{grid-template-columns:1fr;padding-bottom:110px}
 .side{display:none}
 .tabbar{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;background:rgba(250,249,246,.95);backdrop-filter:blur(14px);border-top:1px solid rgba(26,31,30,.08);z-index:50;padding:6px 4px calc(6px + env(safe-area-inset-bottom))}
 .tabbar button{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:.6rem;font-weight:600;color:var(--ink-soft);padding:6px 2px;border-radius:12px}
 .tabbar button.active{color:var(--ink);background:var(--oat)}
 .mini-recipes{grid-template-columns:repeat(3,1fr)}
 .row{flex-wrap:wrap}
 .dog-card{flex-direction:row}
}
/* Chip groups are a choice awaiting confirmation, not a live toggle. */
.chip-label{display:block;margin:0 0 8px;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}
.chips [role=radio]{position:relative}
.chips [role=radio].on::after{content:"";position:absolute;inset:-3px;border-radius:999px;border:2px solid var(--yellow-deep);pointer-events:none}
#mExtra .chip-label{margin-top:4px}
#mExtra .chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:4px}
.modal .btn[disabled]{opacity:.45;cursor:not-allowed}
.modal{position:relative}
.m-close{position:absolute;top:10px;right:12px;width:32px;height:32px;border:0;background:none;font-size:1.5rem;line-height:1;color:var(--ink-soft);cursor:pointer;border-radius:50%}
.m-close:hover{background:var(--oat);color:var(--ink)}
.m-close:focus-visible{outline:2px solid #74c7d3;outline-offset:2px}

.btn[disabled],.btn-danger[disabled]{opacity:.45;cursor:not-allowed;transform:none}

/* The login door: one card in the middle. */
.layout-gate{grid-template-columns:1fr;max-width:520px;padding-top:48px}
.gate .card{padding:22px 24px}
.gate a{font-weight:600;border-bottom:2px solid var(--yellow);text-decoration:none;color:inherit}

.rows .row[hidden]{display:none}
.bag-warn{margin:10px 0 0;padding:10px 14px;border-radius:12px;background:#FFF4D6;border:1px solid #F1D98A;font-size:.84rem;line-height:1.5;max-width:560px}
.bag-warn[hidden]{display:none}
.bag-warn b{font-weight:600}

/* ---------- delivery frequency chooser (checkout sidebar and Mínar síður) ---------- */
.nd-freq{background:#fff;border:1px solid rgba(26,31,30,.10);border-radius:18px;padding:18px 20px;margin:16px 0 0;font-family:inherit}
.nd-freq--account{margin:0;padding:0;border:0;background:transparent}
.nd-freq-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}
.nd-freq-title{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft,#5d635f)}
.nd-freq--account .nd-freq-title{display:none}
.nd-freq-toggle{border:0;background:none;padding:0;font:inherit;font-size:.86rem;font-weight:600;color:var(--ink,#1a1f1e);cursor:pointer;border-bottom:2px solid var(--yellow,#F5C400)}
.nd-freq--account .nd-freq-toggle{margin-left:auto}
.nd-freq-current{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:4px 0 2px}
.nd-freq-current b{font-size:.98rem;font-weight:600}
.nd-freq-tag{font-size:.8rem;font-weight:600;padding:3px 10px;border-radius:999px;white-space:nowrap}
.nd-freq-tag.is-included,.nd-freq-price.is-included{color:#1f6b3a}
.nd-freq-tag.is-included{background:#E4F5EA}
.nd-freq-tag.is-plus{background:#FFF1CC}.nd-freq-tag.is-minus{background:#E4F5EA}
.nd-freq-options{display:grid;gap:8px;margin:12px 0 0}
.nd-freq-options[hidden]{display:none}
.nd-freq-opt{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid rgba(26,31,30,.12);border-radius:14px;cursor:pointer;background:#fff;transition:border-color .15s,box-shadow .15s}
.nd-freq-opt:hover{border-color:rgba(26,31,30,.28)}
.nd-freq-opt.is-on{border-color:var(--ink,#1a1f1e);box-shadow:0 0 0 1px var(--ink,#1a1f1e)}
.nd-freq-opt input{width:16px;height:16px;margin:0;flex:none;accent-color:#1A1F1E}
.nd-freq-opt-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.nd-freq-opt-body b{font-size:.92rem;font-weight:600}
.nd-freq-opt-body small{font-size:.8rem;line-height:1.4;color:var(--ink-soft,#5d635f)}
.nd-freq-price{font-size:.9rem;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}
.nd-freq-price.is-plus{color:var(--ink,#1a1f1e)}.nd-freq-price.is-minus{color:#1f6b3a}
.nd-freq-note{margin:12px 0 0;font-size:.8rem;line-height:1.5;color:var(--ink-soft,#5d635f)}
.nd-freq.is-busy{opacity:.6;pointer-events:none}
.wc-block-checkout__sidebar .nd-freq{margin-top:16px}

.nd-freq-title{margin:0 0 10px;font-size:1rem;font-weight:600;text-transform:none;letter-spacing:0;color:var(--ink,#1a1f1e)}
.nd-freq-opt-body b .nd-freq-tag{font-size:.68rem;padding:2px 8px;margin-left:6px;vertical-align:middle}
.nd-freq-price.is-selected{color:var(--ink-soft,#5d635f);font-weight:500}
.nd-first-rows[hidden]{display:none}
.nd-first-switch small{display:block;margin-top:2px}
.nd-start{background:#fff;border:1px solid rgba(26,31,30,.10);border-radius:14px;padding:12px 16px;margin:12px 0 0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.nd-start label{font-size:.8rem;font-weight:600;color:var(--ink-soft,#5d635f)}
.nd-start select{flex:1;min-width:180px;border:1px solid rgba(26,31,30,.12);background:#fff;border-radius:10px;padding:8px 12px;font:inherit;font-size:.86rem;cursor:pointer}
.nd-start small{flex-basis:100%;font-size:.76rem;color:var(--ink-soft,#5d635f)}
.nd-start small:empty{display:none}

.nd-freq-note{margin:18px 0 0;font-size:.74rem;color:var(--ink-soft,#5d635f)}

/* ---------- consistency pass: one border weight, one radius family, one type hierarchy ---------- */
.nd-freq{border:1px solid rgba(26,31,30,.10);border-radius:16px;padding:18px 20px}
.nd-freq-title{font-weight:600}
.nd-freq-opt{border:1px solid rgba(26,31,30,.12);border-radius:12px;padding:12px 14px;box-shadow:none}
.nd-freq-opt:hover{border-color:rgba(26,31,30,.30)}
.nd-freq-opt.is-on{border-color:var(--ink,#1a1f1e);box-shadow:inset 0 0 0 .5px var(--ink,#1a1f1e)}
.nd-freq-opt-body b{font-weight:500;font-size:.92rem}
.nd-freq-opt-body small{font-weight:400}
.nd-freq-value{display:block;font-style:normal;font-size:.8rem;font-weight:500;color:var(--ink,#1a1f1e);margin-top:2px}
.nd-freq-price{font-weight:500}
.nd-freq-price.is-selected{font-weight:400}
.nd-freq-price:empty{display:none}
.nd-freq-note{font-weight:400}

/* ---------- the included frequency, framed ---------- */
.nd-freq-included{background:#FFF9E6;border-radius:14px;padding:8px 8px 6px}
.nd-freq-included .nd-freq-opt{background:#fff}
.nd-freq-included-label{display:block;text-align:center;font-size:.66rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#6f5300;padding:7px 0 3px}
.nd-freq-value{display:none}

.freq-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:14px}
.freq-total{display:flex;flex-direction:column;align-items:flex-end;text-align:right}
.freq-total-l{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}
.freq-total b{font-size:.95rem;font-weight:600;font-variant-numeric:tabular-nums}
