@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--navy:#15344b;--blue:#477e9c;--mist:#e8f0f3;--gold:#ab813e;--paper:#f7f6f2;--ink:#173448;--muted:#637580;--line:#d9e0e2;--green:#286f5a}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.5}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button,a,input,select{ -webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #b8904a;outline-offset:4px}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400}h1{font-size:64px;line-height:1.08;letter-spacing:-1.7px}h2{font-size:37px;line-height:1.1}h3{font-size:26px;line-height:1.15}.brand{height:99px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:white}.brand>a:first-child{text-decoration:none;letter-spacing:4px;font-family:Georgia,serif;font-size:25px}.brand span{display:block;font:10px 'DM Sans',Arial;letter-spacing:3px;text-align:center;margin-top:5px}.package-link{font-size:14px;text-underline-offset:5px}main{max-width:1510px;margin:auto;padding:36px 5%}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2.2px;color:var(--gold);margin-bottom:12px}.intro p:last-child{margin-top:12px;color:var(--muted)}.intro-label{border-left:1px solid var(--line);padding-left:25px;font-size:14px;color:var(--muted)}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}.builder{min-width:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);margin-bottom:27px}.steps button{background:none;border:0;padding:14px 7px 17px;color:var(--muted);font-size:14px;text-align:left;position:relative}.steps b{display:block;font-size:12px;letter-spacing:1px;margin-bottom:3px;font-weight:500}.steps [aria-current=step]{color:var(--navy);font-weight:700}.steps [aria-current=step]:after{content:'';height:3px;position:absolute;bottom:-1px;left:0;right:12px;background:var(--navy)}.section-title{margin-bottom:23px}.section-title p{color:var(--muted);font-size:14px;margin-top:8px}.section-title .kicker{font-family:'DM Sans';font-size:12px;color:var(--gold);letter-spacing:1.5px;margin-bottom:9px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:22px 0}.field{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600}.field small{font-weight:400;font-size:12px;color:var(--muted)}input,select{border:1px solid #bacad1;background:white;color:var(--ink);border-radius:5px;min-height:44px;padding:9px 12px;width:100%}.guest-field{padding:18px 20px;background:var(--mist);border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:16px}.guest-field label{font-size:14px;font-weight:600}.guest-field small{display:block;color:var(--muted);font-size:12px}.stepper{display:flex;align-items:center;gap:9px}.stepper input{width:76px;text-align:center;font-size:24px;background:transparent;border:0;padding:0}.stepper button{border:1px solid #b9cbd3;border-radius:50%;background:white;width:34px;height:34px;line-height:1;font-size:22px}.range{accent-color:var(--navy);padding:0;margin-top:8px;min-height:20px}.spaces{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:16px}.space-card{border:1px solid var(--line);border-radius:8px;background:white;text-align:left;padding:0;overflow:hidden;position:relative;color:var(--ink)}.space-card img{width:100%;height:124px;object-fit:cover;display:block}.space-card .body{padding:16px}.space-card small{display:block;color:var(--muted);font-size:12px;margin-top:7px}.space-card .check,.food-card .check{position:absolute;top:12px;right:12px;width:25px;height:25px;background:white;border:1px solid #b1bfc6;border-radius:50%;display:grid;place-items:center;font:14px Arial}.selected{border-color:var(--navy)!important;box-shadow:0 0 0 1px var(--navy)}.selected .check{background:var(--navy);color:white;border-color:var(--navy)}.buyout-card{grid-column:1/-1;background:var(--navy);color:white;display:flex;justify-content:space-between;align-items:center;padding:20px;min-height:104px}.buyout-card .body{padding:0}.buyout-card small{color:#c4d6e0}.buyout-card .seal{font-size:32px;font-family:Georgia;margin-right:35px}.capacity{margin:13px 0 7px;font-size:12px;color:var(--muted);display:flex;justify-content:space-between}.meter{height:5px;background:#dfe7e9;border-radius:8px;overflow:hidden}.meter span{display:block;height:100%;background:var(--blue);transition:width .25s}.info,.warning{font-size:14px;padding:14px 16px;border-radius:6px;margin:16px 0;line-height:1.55}.info{background:var(--mist);color:#3b5d70}.warning{background:#fff1dc;color:#865a1c;border:1px solid #e9d8ba}.helper{font-size:13px;color:var(--muted);margin-top:12px}.subhead{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin:27px 0 12px}.subhead span{font-size:13px;color:var(--muted)}.food-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.food-card{border:1px solid var(--line);background:white;border-radius:8px;text-align:left;overflow:hidden;color:var(--ink);padding:0;position:relative}.food-card img{height:102px;width:100%;object-fit:cover;display:block}.food-card .body{padding:14px 12px}.food-card h3{font-size:23px}.food-card p{font-size:14px;margin:8px 0 3px;font-weight:600}.food-card small{font-size:12px;color:var(--muted);display:block}.pickgrid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.pick{border:1px solid var(--line);background:#fff;border-radius:5px;padding:11px 12px;display:flex;align-items:flex-start;gap:9px;font-size:14px;cursor:pointer}.pick input{min-height:0;width:16px;height:16px;flex-shrink:0;accent-color:var(--navy);margin:3px 0 0;padding:0}.pick.checked{border-color:#7095aa;background:#edf4f7}.pick em{font-size:12px;font-style:normal;color:var(--blue);display:block;margin-top:2px}.pick.disabled{opacity:.55;cursor:not-allowed}.picks-heading{font-size:15px;font-weight:600;display:flex;justify-content:space-between;margin:20px 0 10px}.picks-heading span{font-size:12px;color:var(--muted);font-weight:400}.buffet-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.tile{background:white;border:1px solid var(--line);border-radius:6px;padding:15px;text-align:left;color:var(--ink)}.tile strong{font-size:15px}.tile span{float:right;font-size:14px;color:var(--blue)}.included{font-size:14px;color:var(--muted);padding-left:20px;columns:2}.included li{padding-bottom:5px}.bar-banner{width:100%;height:160px;object-fit:cover;object-position:50% 43%;border-radius:8px;margin-bottom:18px}.bar-options{display:grid;grid-template-columns:1fr;gap:10px}.bar-card{display:grid;grid-template-columns:1fr auto;border:1px solid var(--line);background:white;border-radius:6px;text-align:left;padding:16px;color:var(--ink)}.bar-card h3{font-size:26px}.bar-card p{font-size:13px;color:var(--muted);margin-top:5px;grid-column:1/-1}.bar-card strong{font-size:20px}.bar-card strong small{display:block;font-size:12px;font-weight:400;color:var(--muted)}.step-footer{display:flex;justify-content:space-between;gap:15px;margin-top:28px;padding-top:21px;border-top:1px solid var(--line)}.primary{border:1px solid var(--navy);background:var(--navy);color:white;padding:12px 20px;border-radius:5px;font-weight:500;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.quiet{border:1px solid var(--line);color:var(--ink);background:transparent;padding:12px 17px;border-radius:5px;font-size:14px}.estimate{background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden}.estimate-top{padding:25px;background:var(--navy);color:white}.estimate-top .eyebrow{color:#c5d8e2;letter-spacing:1.7px;font-size:11px}.estimate-top .amount{font-family:'Libre Caslon Display',Georgia;font-size:49px;line-height:1.1;letter-spacing:-.5px}.estimate-top .amount.ranged{font-size:36px}.estimate-top small{font-size:12px;color:#c5d8e2;display:block;margin-top:9px}.estimate-body{padding:22px}.estimate-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:21px}.pill{border:1px solid var(--line);border-radius:20px;padding:4px 9px;font-size:12px;color:var(--muted)}.line{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px;font-size:14px}.line strong{white-space:nowrap;font-weight:500}.line small{display:block;font-size:12px;color:var(--muted);margin-top:3px}.costbar{display:flex;height:7px;border-radius:5px;overflow:hidden;gap:2px;margin:10px 0}.costbar span{transition:width .25s}.swatches{display:flex;gap:14px;font-size:11px;color:var(--muted)}.swatches i{display:inline-block;width:7px;height:7px;border-radius:2px;margin-right:4px}.spend{margin-top:22px;padding-top:19px;border-top:1px solid var(--line)}.spend strong{font-size:14px;display:block}.spend p{font-size:12px;color:var(--muted);margin:7px 0}.spend .meter{margin:10px 0}.estimate-bottom{font-size:12px;color:var(--muted);line-height:1.55;border-top:1px solid var(--line);margin-top:20px;padding-top:17px}.estimate-bottom a{text-underline-offset:3px}#estimate{position:sticky;top:20px}.review-card{background:white;border:1px solid var(--line);border-radius:7px;padding:21px;margin-bottom:15px}.review-card h3{display:flex;justify-content:space-between;margin-bottom:12px}.review-card h3 button{border:0;background:none;color:var(--blue);font:13px 'DM Sans',Arial;text-decoration:underline}.review-card dl{display:grid;grid-template-columns:120px 1fr;font-size:14px;gap:8px;margin:0}.review-card dt{color:var(--muted)}.review-card dd{margin:0}.review-card p{font-size:14px;line-height:1.6}.review-card p+p{margin-top:10px}.success{color:var(--green);background:#e7f3ec;padding:14px;font-size:14px;border-radius:5px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}footer{font-size:12px;color:var(--muted);margin:40px 0 10px;line-height:1.8}#mobile-estimate{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}details{border-top:1px solid var(--line);padding-top:14px;margin-top:14px;font-size:13px}summary{cursor:pointer;font-weight:600}details p{margin-top:10px;color:var(--muted)}@media(min-width:1500px){.workspace{grid-template-columns:minmax(0,1fr) 390px}}@media(max-width:1050px){.workspace{gap:20px;grid-template-columns:minmax(0,1fr) 310px}main{padding-inline:3%}.estimate-top,.estimate-body{padding:20px}h1{font-size:53px}.intro-label{display:none}.space-card h3{font-size:24px}.food-options{grid-template-columns:1fr}.food-card{display:flex}.food-card img{width:110px;height:125px}.food-card .check{top:10px;right:10px}.food-card .body{padding-right:40px}.food-card h3{font-size:25px}}@media(max-width:760px){.brand{height:83px;padding:0 18px}.brand>a:first-child{font-size:19px;letter-spacing:2px}.brand span{font-size:8px;letter-spacing:2px}.package-link{font-size:12px}main{padding:27px 17px 100px}.intro{margin-bottom:24px}h1{font-size:44px;letter-spacing:-1px}.intro .eyebrow{font-size:10px;letter-spacing:1.5px}.intro p:last-child{font-size:14px;max-width:290px}.workspace{display:block}.steps{margin-bottom:24px}.steps button{font-size:13px;padding-inline:4px}h2{font-size:33px}.fields{gap:12px}.spaces{gap:10px}.space-card img{height:98px}.space-card .body{padding:12px}.space-card h3{font-size:24px}.buyout-card{padding:17px}.pickgrid{grid-template-columns:1fr}.guest-field{padding:15px}.estimate{margin-top:28px}#estimate{position:static;scroll-margin-top:20px}.estimate-top .amount{font-size:48px}.food-options{grid-template-columns:repeat(3,1fr)}.food-card{display:block}.food-card img{width:100%;height:88px}.food-card .body{padding:12px 9px}.food-card h3{font-size:21px}.food-card .check{width:20px;height:20px;right:7px;top:7px}.food-card p{font-size:13px}.food-card small{font-size:11px}.included{columns:1}.review-card dl{grid-template-columns:95px 1fr}.review-card{padding:17px}.step-footer{margin-top:23px}#mobile-estimate{display:flex;position:fixed;bottom:0;left:0;right:0;padding:12px 17px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:white;border-top:1px solid var(--line);box-shadow:0 -5px 20px #15344b09;align-items:center;justify-content:space-between;z-index:3;gap:10px}#mobile-estimate>span{font-size:10px;color:var(--muted)}#mobile-total{display:block;font-size:21px;color:var(--ink);font-family:Georgia;font-weight:400}#mobile-estimate button{padding:10px 12px;font-size:12px}.eyebrow{font-size:11px}}@media print{body{background:white;font-family:Arial;font-size:12px}.brand,nav.steps,.intro,#panel>section:not(.review),.step-footer,footer,#mobile-estimate,.actions,.review-card button,.package-link{display:none!important}.workspace{display:block}main{padding:0}.review-card{break-inside:avoid}.estimate{break-inside:avoid;margin-top:20px}.estimate-top{background:white;color:#15344b;border-bottom:1px solid #ccc}.estimate-top small,.estimate-top .eyebrow{color:#555}#estimate{position:static}.review h2:before{content:'SAGAPONACK · '}.estimate-bottom{color:#333}}
[hidden]{display:none!important}
.steps{grid-template-columns:repeat(5,minmax(0,1fr))}.estimate-toggles{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.toggle-row{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:14px;margin-bottom:14px;cursor:pointer}.toggle-row small{display:block;font-size:12px;color:var(--muted)}.toggle-row input{appearance:none;flex:0 0 42px;min-height:24px;width:42px;height:24px;border-radius:20px;background:#c6d2d9;border:0;padding:3px;cursor:pointer}.toggle-row input:before{content:'';display:block;width:18px;height:18px;background:white;border-radius:50%;transition:transform .15s}.toggle-row input:checked{background:var(--navy)}.toggle-row input:checked:before{transform:translateX(18px)}.diet-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0}.diet-card{background:white;border:1px solid var(--line);border-radius:8px;padding:20px;margin:15px 0}.diet-card .subhead{margin-top:0}.diet-card .field{max-width:210px}.diet-option{padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.diet-option p{color:var(--muted);margin-top:4px}.diet-card .subhead span{color:var(--green);font-size:12px}textarea{font:inherit;color:var(--ink);border:1px solid #bacad1;border-radius:5px;padding:12px;background:white;resize:vertical;width:100%}.review-card p{overflow-wrap:anywhere}.estimate-bottom{font-size:12px}@media(max-width:760px){.steps button{font-size:12px}.diet-grid{grid-template-columns:1fr 1fr}.diet-grid .pick{font-size:13px;padding:10px}.diet-card{padding:15px}}@media(max-width:360px){.steps button{font-size:11px}.diet-grid{grid-template-columns:1fr}}@media print{.estimate-toggles{display:none}}
.swatches{flex-wrap:wrap;row-gap:5px}
.steps{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:3px}.floor-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:18px 0}.floor-controls>span{font-size:13px;color:var(--muted)}.floor-scroll{overflow:auto;border:1px solid var(--line);border-radius:8px;max-height:700px;background:#f4f7f8}.floor-svg{display:block;width:100%;min-width:650px;height:auto}.floor-svg [data-table]{touch-action:none;outline:none}.floor-svg [data-table]:focus rect{stroke:#b78b3e;stroke-width:4}.floor-inspector{display:flex;align-items:center;flex-wrap:wrap;gap:12px;border:1px solid var(--line);padding:15px;margin-top:16px;background:white;border-radius:6px}.floor-inspector .field{max-width:125px}.floor-nudge{display:flex;gap:5px}.floor-restore{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:15px;font-size:13px}.floor-review .floor-svg{min-width:0;max-height:700px;margin-top:15px}.floor-scroll svg[viewBox="0 0 1200 1080"]{min-width:1100px}.floor-scroll svg[viewBox="0 0 1000 540"]{min-width:800px}@media print{.floor-review{break-inside:avoid;page-break-inside:avoid}.floor-review .floor-svg{width:100%;max-height:700px}.floor-review h3 button{display:none}}

/* The Wix parent grows with this document after the resize handshake. */
html.embedded,html.embedded body{height:auto;min-height:0;overflow:hidden}
.embedded #estimate{position:static}
.embedded #mobile-estimate{display:none}
@media(max-width:760px){.embedded main{padding-bottom:30px}}
