.glory-home-newsletter{background:var(--ghn-bg);color:var(--ghn-text);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.glory-home-newsletter .ghn-inner{position:relative;min-height:var(--ghn-min-height);width:100%;max-width:var(--ghn-max-width);margin:0 auto;padding:var(--ghn-pt) var(--ghn-px) var(--ghn-pb) 0;border-radius:var(--ghn-radius);background-color:var(--ghn-bg);background-size:cover;background-repeat:no-repeat;display:grid;grid-template-columns:var(--ghn-image-width) minmax(320px,680px) minmax(160px,1fr);align-items:center;gap:28px;overflow:hidden}.glory-home-newsletter .ghn-inner--full{max-width:none}.glory-home-newsletter .ghn-image{grid-column:1;align-self:stretch;display:flex;align-items:center;justify-content:flex-start;margin-left:0}.glory-home-newsletter .ghn-image img{display:block;width:100%;height:var(--ghn-image-height);max-height:none;object-fit:cover;object-position:center}.glory-home-newsletter .ghn-content{grid-column:2;justify-self:center;width:min(680px,100%)}.glory-home-newsletter h2{margin:0 0 8px;font-size:var(--ghn-heading-size);font-weight:400;line-height:1.05;color:var(--ghn-text)}.glory-home-newsletter .ghn-copy{margin:0;font-size:var(--ghn-text-size);line-height:1.4;color:var(--ghn-muted)}.glory-home-newsletter .ghn-discount{margin:4px 0 18px;font-size:var(--ghn-discount-size);line-height:1.3;font-weight:800;color:var(--ghn-text)}.glory-home-newsletter .ghn-form{width:100%}.glory-home-newsletter .ghn-fields{display:grid;grid-template-columns:minmax(240px,1fr) 160px;gap:12px}.glory-home-newsletter input[type=email]{width:100%;min-height:48px;border:1px solid var(--ghn-input-border);border-radius:3px;background:var(--ghn-input-bg);padding:0 18px;font-size:14px;color:var(--ghn-text)}.glory-home-newsletter input[type=email]::placeholder{color:rgba(33,24,21,.55)}.glory-home-newsletter button{min-height:48px;border:0;border-radius:3px;background:var(--ghn-button-bg);color:var(--ghn-button-text);font-size:var(--ghn-button-size);font-weight:800;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.glory-home-newsletter button:hover{background:var(--ghn-button-hover-bg);color:var(--ghn-button-hover-text);transform:translateY(-1px)}.glory-home-newsletter .ghn-success,.glory-home-newsletter .ghn-error{margin:0 0 12px;font-size:14px;line-height:1.4}.glory-home-newsletter .ghn-success strong{margin-left:6px;color:var(--ghn-text)}.glory-home-newsletter .ghn-error{color:#a52a12}.glory-home-newsletter .visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}@media(max-width:900px){.glory-home-newsletter .ghn-inner{grid-template-columns:1fr;padding:var(--ghn-pt) 24px var(--ghn-pb);text-align:center}.glory-home-newsletter .ghn-image,.glory-home-newsletter .ghn-content{grid-column:1}.glory-home-newsletter .ghn-image{justify-content:center}.glory-home-newsletter .ghn-image img{max-width:420px;width:100%;height:min(var(--ghn-image-height),220px)}.glory-home-newsletter .ghn-fields{grid-template-columns:1fr;max-width:520px;margin:0 auto}.glory-home-newsletter button{width:100%}}@media(max-width:480px){.glory-home-newsletter h2{font-size:clamp(30px,9vw,var(--ghn-heading-size))}.glory-home-newsletter .ghn-image img{height:min(var(--ghn-image-height),170px)}.glory-home-newsletter input[type=email],.glory-home-newsletter button{min-height:46px}}