@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/cormorant-italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/cormorant-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/fonts/nunito-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/fonts/nunito-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(assets/fonts/nunito-semibold.ttf) format('truetype');
}

:root{--paper:#fbf9f4;--ink:#3e5551;--muted:#62716b;--line:#dce3da;--sea:#3f716b;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Nunito Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.75 var(--sans)}button,a,input,select{-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid #568c89;outline-offset:4px}.topline{padding:9px;background:#e4ebe6;text-align:center;font-size:12px;letter-spacing:2.7px;color:#355653}header{max-width:1320px;margin:auto;padding:17px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{width:143px;height:88px;display:block}.brand svg{width:100%;height:100%}nav{display:flex;align-items:center;gap:35px;font-size:14px}.bag-button{display:flex;gap:10px;align-items:center;background:none;border:0;color:var(--ink)}.bag-button svg{width:22px;height:24px}.bag-button b{background:#e7e1d8;border-radius:50%;font-size:12px;min-width:24px;padding:2px}main{max-width:1320px;margin:auto;padding:0 5%}.intro{display:grid;grid-template-columns:1fr 42% 26px;gap:40px;padding:48px 0 58px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2.4px;margin:0 0 18px;color:var(--muted)}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.1;margin:0}h1{font-size:clamp(56px,6.5vw,92px);letter-spacing:-3px}h1 em{font-weight:400;color:#648480}h2{font-size:38px;letter-spacing:-1px}h3{font-size:29px}.intro p:not(.eyebrow){color:var(--muted);margin:24px 0}.text-link{display:inline-flex;gap:50px;border-bottom:1px solid var(--ink);padding:8px 0}.intro-photo{height:400px;position:relative;overflow:hidden;border-radius:180px 180px 3px 3px;background:#e8dfd2}.intro-photo svg{width:100%;height:100%;display:block}.intro-photo span{position:absolute;bottom:16px;left:16px;right:16px;background:#faf7f2ec;padding:9px;text-align:center;font:italic 19px var(--serif)}.side-note{writing-mode:vertical-rl;letter-spacing:3px;font-size:12px;color:var(--muted)}.collection{padding:34px 0 65px;border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px;gap:24px}.section-heading p:last-child{color:var(--muted);font-size:14px}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 26px}.product-photo{width:100%;height:330px;background:#e7dfd4;overflow:hidden;position:relative}.product-photo svg{width:100%;height:100%;display:block}.number{position:absolute;top:12px;left:12px;background:var(--paper);border-radius:50%;width:32px;height:32px;display:grid;place-items:center;font-size:12px}.product-title{display:flex;align-items:start;justify-content:space-between;gap:12px;margin:19px 0 12px}.price{white-space:nowrap;text-align:right;font-size:17px}.price del{display:block;font-size:12px;color:var(--muted)}.product-description{color:var(--muted);font-size:14px;margin:0 0 15px;min-height:45px}.option-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.option-row label{display:block;font-size:12px;color:var(--muted)}select{width:100%;height:43px;color:var(--ink);border:1px solid #c9c1b7;background:transparent;border-radius:3px;padding:6px;font-size:14px}.add{border:1px solid var(--ink);color:var(--ink);background:transparent;display:block;width:100%;padding:12px;margin-top:14px;font-size:14px;transition:background .2s,color .2s}.add:hover{background:var(--ink);color:white}.details{font-size:14px;color:var(--muted);margin:13px 0}summary{cursor:pointer;text-underline-offset:4px}.details ul{padding-left:18px}.size-section{border-top:1px solid var(--line);padding:55px 0;display:grid;grid-template-columns:1fr 1fr;gap:48px}.size-section p:not(.eyebrow){color:var(--muted);font-size:14px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:14px;white-space:nowrap}th,td{padding:10px;border-bottom:1px solid var(--line)}th{font-weight:400}thead{background:#ede7dd}.small{font-size:12px;color:var(--muted);line-height:1.6}footer{background:#e8ede8;padding:40px 6%;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}footer>p:not(.small){font:italic 23px var(--serif);text-align:right}.footer-brand{font:36px var(--serif)}.footer-brand span{display:block;font:11px Arial,sans-serif;letter-spacing:4px;margin-top:8px}footer>.small{text-align:right}dialog{position:fixed;inset:0 0 0 auto;height:100dvh;max-height:100dvh;margin:0;width:min(480px,100%);max-width:100%;border:0;padding:28px;background:var(--paper);color:var(--ink);box-shadow:-10px 0 50px #0002}dialog::backdrop{background:#242a275c}.bag-header{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:24px}.bag-header h2{font-size:32px}.bag-header .eyebrow{margin-bottom:12px}.icon-button{border:0;background:transparent;color:var(--ink);width:44px;height:44px;font-size:22px}.bag-item{display:grid;grid-template-columns:70px 1fr;gap:16px;padding:23px 0;border-bottom:1px solid var(--line)}.bag-item svg{width:70px;height:94px}.bag-item h3{font-size:23px}.bag-item p{font-size:14px;margin:6px 0}.quantity{display:flex;align-items:center;gap:12px}.quantity button{height:32px;min-width:32px;background:none;border:1px solid var(--line);color:var(--ink)}.quantity .remove{border:none;text-decoration:underline;margin-left:auto;font-size:12px}.total{display:flex;justify-content:space-between;font-size:20px;margin:26px 0 12px}.primary{display:block;background:var(--sea);color:white;text-align:center;padding:15px;border:0;width:100%;font-size:15px}.centered{text-align:center}.empty{padding:55px 0;text-align:center}.empty p{color:var(--muted)}#toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 22px;border-radius:3px;max-width:90%;text-align:center;z-index:3;display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(min-width:1000px){.product:last-child{grid-column:auto}.product-photo{height:365px}}@media(max-width:760px){header{padding:12px 5%}.brand{width:111px;height:69px}nav{gap:10px}nav>a{display:none}.intro{gap:18px;grid-template-columns:1fr 44%;padding:30px 0 35px}.intro .eyebrow{font-size:10px;letter-spacing:1px}.intro h1{font-size:48px;letter-spacing:-2px}.intro p:not(.eyebrow){font-size:14px;margin:16px 0}.intro-photo{height:290px;border-radius:110px 110px 3px 3px}.intro-photo span{font-size:14px;left:8px;right:8px;padding:6px}.side-note{display:none}.text-link{font-size:14px;gap:20px}.section-heading{display:block}.section-heading p:last-child{margin-top:14px}h2{font-size:32px}.products{grid-template-columns:1fr 1fr;gap:30px 16px}.product-photo{height:270px}.product-title{display:block}h3{font-size:25px}.price{text-align:left;margin-top:8px}.price del{display:inline;margin-right:8px}.product-description{min-height:68px}.option-row{grid-template-columns:1fr;gap:8px}.size-section{grid-template-columns:1fr;gap:20px}footer{grid-template-columns:1fr}footer>p:not(.small),footer>.small{text-align:left}.collection{padding-top:25px}}@media(max-width:420px){.product-photo{height:225px}.intro h1{font-size:41px}.intro-photo{height:265px}h3{font-size:23px}.products{gap:28px 12px}.add{font-size:13px;padding:12px 5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.product-photo img,.intro-photo img{display:block;width:100%;height:100%;object-fit:contain;background:#e8d2bb}.intro-photo img{object-fit:cover;object-position:center 40%}.bag-item img{display:block;width:70px;height:94px;object-fit:cover}

.brand{width:150px;height:116px}.footer-brand svg{display:block;width:180px;height:139px}@media(max-width:760px){.brand{width:120px;height:93px}}

.carousel{isolation:isolate;background:#eee7df}
.photo-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.photo-track::-webkit-scrollbar{display:none}
.photo-slide{flex:0 0 100%;min-width:0;height:100%;scroll-snap-align:start;scroll-snap-stop:always}
.photo-slide img{width:100%;height:100%;object-fit:contain;background:#eee7df;user-select:none}
.photo-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:grid;place-items:center;border:1px solid #ded7cc;background:#faf7f2ed;color:#493c33;border-radius:50%;font:30px/1 Georgia,serif;z-index:2;box-shadow:0 2px 8px #0001}
.photo-arrow.previous{left:8px}.photo-arrow.next{right:8px}.photo-arrow:hover{background:white}
.photo-count{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);border-radius:20px;background:#faf7f2ed;color:#493c33;font-size:12px;padding:4px 12px;pointer-events:none}
.carousel .number{pointer-events:none;z-index:1}

.instagram-section{grid-column:1/-1;padding:0 0 35px;margin-bottom:12px;border-bottom:1px solid #ccd6cd;min-width:0}.instagram-heading{display:flex;justify-content:space-between;align-items:center;gap:24px}.instagram-heading .eyebrow{margin-bottom:12px}.instagram-invite{font-size:14px;color:var(--muted);margin-top:18px}.instagram-invite a{text-decoration:underline;text-underline-offset:4px}.instagram-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain}.instagram-post{flex:0 0 calc(25% - 12px);scroll-snap-align:start;min-width:200px}.instagram-post img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.instagram-post span{display:block;font-size:14px;margin-top:8px}.instagram-controls{display:flex;justify-content:flex-end;gap:8px;margin:18px 0}.instagram-controls button{width:44px;height:44px;background:var(--paper);border:1px solid var(--line);border-radius:50%;font-size:26px;color:var(--ink)}@media(max-width:760px){.instagram-heading{align-items:start;flex-direction:column;gap:10px}.instagram-post{flex-basis:75%}}

/* Soft coastal typography and surfaces */
h1,h2,h3{font-family:var(--serif);font-weight:500;color:var(--ink);line-height:1.14;letter-spacing:-.015em}
h1{font-size:clamp(64px,7vw,100px);line-height:1.02;letter-spacing:-.025em}h1 em{font-weight:500;color:#527c74}h2{font-size:42px}h3{font-size:32px;overflow-wrap:normal}
.eyebrow,.topline,.side-note{font-family:var(--sans);font-weight:500;letter-spacing:.16em}.topline{background:#e5efea;color:#466c63}.eyebrow{color:#64746b}
header{border-bottom-color:#e2e7df}.intro-photo{border-radius:190px 190px 24px 24px}.intro-photo span{font-family:var(--serif);font-size:23px;color:var(--ink);background:#fbf9f4ed;border-radius:16px}
.product-photo{border-radius:22px}.carousel,.photo-slide img{background:#f0eee6}.products{gap:48px 28px}.product-title{gap:10px}.price{color:#436e65;font-weight:600;font-size:17px;padding-top:5px}.price del{font-weight:400;color:var(--muted)}
.option-row label{font-size:14px}select{border-color:#acbab1;border-radius:12px;background:#ffffff80;min-height:46px;padding:8px;color:var(--ink)}
.add{border-color:#6e9488;border-radius:24px;background:#e7efea;color:#355c52;font-weight:600;min-height:46px}.add:hover{background:#d5e5dc;color:#284c43}
.primary{border-radius:25px;background:var(--sea);font-weight:600}.primary:hover{background:#315f59}.bag-button b{background:#e0ebe3;color:#3e6258}
.text-link{border-bottom-color:#87a397;color:#3f6b5f}.photo-arrow{border-color:#d2dfd5;color:#42695f;box-shadow:none}.photo-count,.number{color:#46685d;background:#fbf9f4ef}
.size-section{padding:62px 0}thead{background:#e9eee5}.table-wrap{border-radius:14px}footer{background:#e5eee7;padding-top:48px;padding-bottom:48px}.instagram-section{border-bottom-color:#cddccf}
footer>p:not(.small){font-size:27px;color:#486e61;font-weight:500}.bag-header h2{font-size:36px}.bag-item h3{font-size:27px}.quantity button{border-radius:9px}#toast{border-radius:20px;background:#3e655a}.product-description,.details{line-height:1.7}
@media(max-width:760px){.intro h1{font-size:55px;letter-spacing:-.02em}.intro .eyebrow{font-size:12px;letter-spacing:.08em}.intro-photo{border-radius:120px 120px 20px 20px}.intro-photo span{font-size:17px}.products{gap:34px 16px}h2{font-size:36px}h3{font-size:29px}.product-title{display:block}.price{padding-top:0}.size-section{padding:42px 0}.product-photo{border-radius:16px}}
@media(max-width:420px){.intro{grid-template-columns:1fr;gap:25px}.intro h1{font-size:64px}.intro-photo{height:310px;max-width:290px;width:100%;margin:auto}.products{gap:30px 12px}h3{font-size:27px}.add{font-size:14px}.product-description{min-height:72px}}
