:root{--blue:#484340;--ink:#484340;--yellow:#DAD6CB;--line:#DAD6CB;--paper:#EFECE1; font-family:Arial,'Noto Sans KR','Malgun Gothic',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #484340;outline-offset:6px}img{display:block;width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{word-break:keep-all}p{line-height:1.8;word-break:keep-all}header{height:96px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:30px;background:var(--paper)}.logo{font-size:46px;font-weight:900;letter-spacing:-3px;color:var(--blue);line-height:1}.logo span{font-size:15px;vertical-align:top;letter-spacing:0;margin-left:4px}nav{display:flex;gap:36px;font-size:15px}nav a:hover,.text-link:hover{color:var(--blue)}.header-shop{font-size:14px;border:1px solid var(--ink);border-radius:30px;padding:13px 20px}.header-shop span{margin-left:18px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.hero-copy{padding:65px 10% 25px;background:var(--paper);color:var(--ink);display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;line-height:1.6}.hero h1{font-size:clamp(40px,4.5vw,72px);font-weight:500;letter-spacing:-3px;line-height:1.3;margin:42px 0 22px}.intro{font-size:17px;color:#484340}.pill{display:inline-flex;align-items:center;gap:24px;border-radius:40px;padding:18px 25px;background:var(--yellow);color:var(--ink);font-size:14px;font-weight:600;margin-top:32px;transition:transform .2s}.pill:hover{transform:translateY(-3px)}.hero-bottom{margin-top:auto;padding-top:50px;width:100%;display:flex;justify-content:space-between;font-size:11px;letter-spacing:1px}.hero-picture{position:relative;min-width:0;overflow:hidden}.hero-picture>img{height:100%;object-fit:cover}.hero-picture figcaption{position:absolute;bottom:20px;left:20px;right:20px;padding:18px 22px;background:rgba(255,255,255,.94);display:flex;justify-content:space-between;gap:15px;align-items:center;font-size:14px}.hero-picture figcaption>span{font-size:10px;letter-spacing:1px}.ribbon{padding:24px 5%;display:flex;justify-content:space-between;align-items:center;gap:18px;border-bottom:1px solid var(--line);font-size:12px;letter-spacing:2px;color:var(--blue)}.ribbon b{font-size:24px;font-weight:400}.section{padding:100px 5%}.about{display:grid;grid-template-columns:1fr 2fr .7fr;gap:30px;border-bottom:1px solid var(--line);align-items:start}.about .eyebrow{color:var(--blue);padding-top:8px}h2{font-size:clamp(28px,3vw,42px);font-weight:500;line-height:1.5;letter-spacing:-1.7px}.about p:not(.eyebrow){font-size:16px;margin-top:26px;color:#625d57}.about-mark{font-size:150px;color:var(--blue);font-family:Georgia,serif;line-height:1;align-self:center}.section-heading{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:42px}.section-heading .eyebrow{color:var(--blue);margin-bottom:15px}.section-heading>p{font-size:14px;color:#625d57}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-photo{display:block;position:relative;overflow:hidden;background:#f3f3f3;border-radius:4px}.product-photo img{aspect-ratio:1;object-fit:cover;transition:transform .4s}.product-photo:hover img{transform:scale(1.035)}.category{position:absolute;top:16px;left:16px;background:var(--paper);padding:9px 13px;border-radius:24px;font-size:11px;letter-spacing:1px}.product-kicker{color:var(--blue);font-size:13px;margin-top:25px}.products h3{font-size:21px;font-weight:600;line-height:1.5;margin:8px 0 12px;letter-spacing:-.7px}.products article>p:not(.product-kicker){color:#625d57;font-size:16px}.text-link{display:inline-flex;align-items:center;gap:25px;font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:7px;margin-top:23px}.moment{display:grid;grid-template-columns:1fr 1fr;background:#DAD6CB}.moment>img{height:100%;max-height:630px;object-fit:cover}.moment>div{padding:70px 12%;align-self:center}.moment h2{margin-top:34px}.moment p:not(.eyebrow){margin-top:24px;color:#625d57}.moment .pill{background:var(--blue);color:#EFECE1}.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.store{padding:32px 24px;border:1px solid var(--line);border-radius:4px;display:block}.store-symbol{display:block;font-size:25px;font-weight:900;margin-bottom:24px}.store h3{font-size:17px;font-weight:500;line-height:1.5}.store p{font-size:13px;margin-top:10px;color:#625d57}.store.active{border-color:var(--blue);color:var(--blue)}.store.active p{color:var(--blue)}.store.active:hover{background:#DAD6CB}.pending{background:#EFECE1}.contact{background:var(--yellow);display:grid;grid-template-columns:1.2fr 1fr;gap:40px}.contact h2{margin-top:20px;font-size:34px}.contact-note{font-size:13px;margin-top:23px;color:#484340}footer{background:var(--paper);color:var(--ink);padding:50px 5% 25px}.footer-top{display:flex;justify-content:space-between;align-items:start;gap:30px;padding-bottom:40px}.footer-top .logo{color:white;font-size:65px}.footer-top p{font-size:14px}.footer-top>a:last-child{font-size:14px}.footer-bottom{border-top:1px solid #ffffff40;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#EFECE1}.skip{position:absolute;top:-80px;left:20px;z-index:10;background:var(--paper);padding:15px}.skip:focus{top:10px}@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero{min-height:730px}}@media(max-width:900px){header{height:85px;gap:20px}.logo{font-size:38px}nav{gap:20px;font-size:14px}.header-shop{display:none}.hero{min-height:540px}.hero-copy{padding:42px 8% 22px}.hero h1{font-size:44px}.hero-picture figcaption>span{display:none}.about{grid-template-columns:1fr 2fr}.about-mark{display:none}.section{padding:75px 5%}.products{gap:18px}.products h3{font-size:18px}.moment>div{padding:40px 9%}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact{grid-template-columns:1fr 1fr}.contact h2{font-size:29px}.section-heading{align-items:start;flex-direction:column;gap:15px}}@media(max-width:600px){header{height:auto;min-height:100px;padding:20px 6%;flex-wrap:wrap;gap:20px}.logo{font-size:36px}nav{width:100%;gap:0;justify-content:space-between}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 7% 26px}.hero h1{font-size:48px;margin:28px 0 22px}.intro{font-size:16px}.hero-bottom{padding-top:34px}.hero-picture{aspect-ratio:1.12}.hero-picture figcaption{left:15px;right:15px;bottom:15px}.hero-picture figcaption>span{display:block;font-size:9px}.ribbon{flex-wrap:wrap;font-size:10px;letter-spacing:.6px;justify-content:center;padding:14px 4%;gap:12px}.ribbon>span:last-child,.ribbon>b:last-of-type{display:none}.ribbon b{font-size:17px}.section{padding:60px 6%}.about{grid-template-columns:1fr;gap:22px}h2{font-size:29px}.products{grid-template-columns:1fr;gap:45px}.product-photo img{aspect-ratio:1.08}.products h3{font-size:22px}.product-kicker{margin-top:20px}.products article>p:not(.product-kicker) br{display:none}.moment{grid-template-columns:1fr}.moment>div{padding:48px 7%}.moment>img{aspect-ratio:1.13;object-fit:cover}.moment h2{margin-top:20px}.store{padding:24px 17px}.store h3{font-size:15px}.store-symbol{margin-bottom:18px}.contact{grid-template-columns:1fr;gap:25px}.footer-top{flex-wrap:wrap}.footer-top .logo{font-size:50px}.footer-top>a:last-child{width:100%}.footer-bottom{flex-direction:column;font-size:11px}.eyebrow{font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.contact-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.contact-actions .pill{background:var(--paper);color:var(--ink)}.contact-details{display:flex;flex-direction:column;gap:12px;margin-top:28px;font-size:16px}.contact-details a{width:fit-content}.contact-details a:hover{text-decoration:underline}

/* ORRPET web approximations: Egret 11-0103 TPG / Light Gray 12-0404 TPG */
.hero-copy{background:var(--paper);color:var(--ink)}.hero-picture figcaption{background:rgba(239,236,225,.94)}.hero .pill{background:var(--ink);color:var(--paper)}.category{background:var(--paper)}.contact{background:#DAD6CB}.store.active:hover{background:#DAD6CB}footer{background:#484340;color:#EFECE1}.footer-top .logo{color:#EFECE1}.footer-bottom{color:#EFECE1;border-color:#efece14d}.hero-picture>img{object-position:center 56%}.hero{min-height:660px}.hero-picture{max-height:820px}@media(max-width:600px){.hero{min-height:0}.hero-picture{aspect-ratio:4/5}.hero-picture>img{object-position:center}}
